AWS::B2BI::PartnershipCreates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
import { CfnPartnership } from 'aws-cdk-lib/aws-b2bi';Or use the module namespace:
import * as b2bi from 'aws-cdk-lib/aws-b2bi';
// b2bi.CfnPartnershipConfiguration passed to the constructor as CfnPartnershipProps.
capabilitiesRequiredstring[]Returns one or more capabilities associated with this partnership.
emailRequiredstringSpecifies the email address associated with this trading partner.
nameRequiredstringReturns the name of the partnership.
profileIdRequiredstringReturns the unique, system-generated identifier for the profile connected to this partnership.
capabilityOptionsOptionalIResolvable | CapabilityOptionsPropertyContains the details for an Outbound EDI capability.
phoneOptionalstringSpecifies the phone number associated with the partnership.
tagsOptionalCfnTag[]A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-b2biAWS::B2BI::Partnership