AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::B2BI::Partnership

CfnPartnership

Creates 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

import { CfnPartnership } from 'aws-cdk-lib/aws-b2bi';

Or use the module namespace:

import * as b2bi from 'aws-cdk-lib/aws-b2bi';
// b2bi.CfnPartnership

Properties

Configuration passed to the constructor as CfnPartnershipProps.

capabilitiesRequired
string[]

Returns one or more capabilities associated with this partnership.

emailRequired
string

Specifies the email address associated with this trading partner.

nameRequired
string

Returns the name of the partnership.

profileIdRequired
string

Returns the unique, system-generated identifier for the profile connected to this partnership.

capabilityOptionsOptional
IResolvable | CapabilityOptionsProperty

Contains the details for an Outbound EDI capability.

phoneOptional
string

Specifies the phone number associated with the partnership.

tagsOptional
CfnTag[]

A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-b2bi
CFN TypeAWS::B2BI::Partnership
Properties7

External Links