AWS::B2BI::PartnershipDefinition of AWS::B2BI::Partnership Resource Type
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Capabilities | Array<string> | Required |
Email | string | RequiredCreate-only |
Name | string | Required |
ProfileId | string | RequiredCreate-only |
CapabilityOptions | CapabilityOptions | |
Phone | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
ModifiedAt | string | - |
PartnershipArn | string | - |
PartnershipId | string | - |
TradingPartnerId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::B2BI::Partnership
Resources:
MyResource:
Type: AWS::B2BI::Partnership
Properties:
Capabilities: []
Email: "value"
Name: "my-name"
ProfileId: "my-profileid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
b2bi:CreatePartnershipb2bi:TagResources3:PutObjectb2bi:GetPartnershipb2bi:ListTagsForResourceb2bi:TagResourceb2bi:UntagResourceb2bi:UpdatePartnershipb2bi:DeletePartnershipb2bi:ListPartnershipsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPartnershipIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EmailPhoneProfileId