AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.b2bi.getPartnership
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Definition of AWS::B2BI::Partnership Resource Type
Using getPartnership
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPartnership(args: GetPartnershipArgs, opts?: InvokeOptions): Promise<GetPartnershipResult>
function getPartnershipOutput(args: GetPartnershipOutputArgs, opts?: InvokeOptions): Output<GetPartnershipResult>def get_partnership(partnership_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetPartnershipResult
def get_partnership_output(partnership_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetPartnershipResult]func LookupPartnership(ctx *Context, args *LookupPartnershipArgs, opts ...InvokeOption) (*LookupPartnershipResult, error)
func LookupPartnershipOutput(ctx *Context, args *LookupPartnershipOutputArgs, opts ...InvokeOption) LookupPartnershipResultOutput> Note: This function is named LookupPartnership in the Go SDK.
public static class GetPartnership 
{
    public static Task<GetPartnershipResult> InvokeAsync(GetPartnershipArgs args, InvokeOptions? opts = null)
    public static Output<GetPartnershipResult> Invoke(GetPartnershipInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPartnershipResult> getPartnership(GetPartnershipArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:b2bi:getPartnership
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Partnership
Id string - Returns the unique, system-generated identifier for a partnership.
 
- Partnership
Id string - Returns the unique, system-generated identifier for a partnership.
 
- partnership
Id String - Returns the unique, system-generated identifier for a partnership.
 
- partnership
Id string - Returns the unique, system-generated identifier for a partnership.
 
- partnership_
id str - Returns the unique, system-generated identifier for a partnership.
 
- partnership
Id String - Returns the unique, system-generated identifier for a partnership.
 
getPartnership Result
The following output properties are available:
- Capabilities List<string>
 - Returns one or more capabilities associated with this partnership.
 - Created
At string - Returns a timestamp for creation date and time of the partnership.
 - Modified
At string - Returns a timestamp that identifies the most recent date and time that the partnership was modified.
 - Name string
 - Returns the name of the partnership.
 - Partnership
Arn string - Returns an Amazon Resource Name (ARN) for a specific AWS resource, such as a capability, partnership, profile, or transformer.
 - Partnership
Id string - Returns the unique, system-generated identifier for a partnership.
 - 
List<Pulumi.
Aws Native. Outputs. Tag>  - A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.
 - Trading
Partner stringId  - Returns the unique, system-generated identifier for a trading partner.
 
- Capabilities []string
 - Returns one or more capabilities associated with this partnership.
 - Created
At string - Returns a timestamp for creation date and time of the partnership.
 - Modified
At string - Returns a timestamp that identifies the most recent date and time that the partnership was modified.
 - Name string
 - Returns the name of the partnership.
 - Partnership
Arn string - Returns an Amazon Resource Name (ARN) for a specific AWS resource, such as a capability, partnership, profile, or transformer.
 - Partnership
Id string - Returns the unique, system-generated identifier for a partnership.
 - Tag
 - A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.
 - Trading
Partner stringId  - Returns the unique, system-generated identifier for a trading partner.
 
- capabilities List<String>
 - Returns one or more capabilities associated with this partnership.
 - created
At String - Returns a timestamp for creation date and time of the partnership.
 - modified
At String - Returns a timestamp that identifies the most recent date and time that the partnership was modified.
 - name String
 - Returns the name of the partnership.
 - partnership
Arn String - Returns an Amazon Resource Name (ARN) for a specific AWS resource, such as a capability, partnership, profile, or transformer.
 - partnership
Id String - Returns the unique, system-generated identifier for a partnership.
 - List<Tag>
 - A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.
 - trading
Partner StringId  - Returns the unique, system-generated identifier for a trading partner.
 
- capabilities string[]
 - Returns one or more capabilities associated with this partnership.
 - created
At string - Returns a timestamp for creation date and time of the partnership.
 - modified
At string - Returns a timestamp that identifies the most recent date and time that the partnership was modified.
 - name string
 - Returns the name of the partnership.
 - partnership
Arn string - Returns an Amazon Resource Name (ARN) for a specific AWS resource, such as a capability, partnership, profile, or transformer.
 - partnership
Id string - Returns the unique, system-generated identifier for a partnership.
 - Tag[]
 - A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.
 - trading
Partner stringId  - Returns the unique, system-generated identifier for a trading partner.
 
- capabilities Sequence[str]
 - Returns one or more capabilities associated with this partnership.
 - created_
at str - Returns a timestamp for creation date and time of the partnership.
 - modified_
at str - Returns a timestamp that identifies the most recent date and time that the partnership was modified.
 - name str
 - Returns the name of the partnership.
 - partnership_
arn str - Returns an Amazon Resource Name (ARN) for a specific AWS resource, such as a capability, partnership, profile, or transformer.
 - partnership_
id str - Returns the unique, system-generated identifier for a partnership.
 - Sequence[root_Tag]
 - A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.
 - trading_
partner_ strid  - Returns the unique, system-generated identifier for a trading partner.
 
- capabilities List<String>
 - Returns one or more capabilities associated with this partnership.
 - created
At String - Returns a timestamp for creation date and time of the partnership.
 - modified
At String - Returns a timestamp that identifies the most recent date and time that the partnership was modified.
 - name String
 - Returns the name of the partnership.
 - partnership
Arn String - Returns an Amazon Resource Name (ARN) for a specific AWS resource, such as a capability, partnership, profile, or transformer.
 - partnership
Id String - Returns the unique, system-generated identifier for a partnership.
 - List<Property Map>
 - A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.
 - trading
Partner StringId  - Returns the unique, system-generated identifier for a trading partner.
 
Supporting Types
Tag
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi