AWS Fundamentals Logo
AWS Fundamentals
AWS::B2BI::Partnership

B2BI Partnership

Definition of AWS::B2BI::Partnership Resource Type

Properties

7 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
Capabilities
Array<string>
Required
Email
string
RequiredCreate-only
Name
string
Required
ProfileId
string
RequiredCreate-only
CapabilityOptions
CapabilityOptions
Phone
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
ModifiedAtstring-
PartnershipArnstring-
PartnershipIdstring-
TradingPartnerIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

b2bi:CreatePartnershipb2bi:TagResources3:PutObject

read

b2bi:GetPartnershipb2bi:ListTagsForResource

update

b2bi:TagResourceb2bi:UntagResourceb2bi:UpdatePartnership

delete

b2bi:DeletePartnership

list

b2bi:ListPartnerships

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceB2BI
Properties12
Required4
TaggingSupported
Primary IDPartnershipId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EmailPhoneProfileId

External Links