AWS::B2BI::ProfileCreates a customer profile. You can have up to five customer profiles, each representing a distinct private network. A profile is the mechanism used to create the concept of a private network.
import { CfnProfile } from 'aws-cdk-lib/aws-b2bi';Or use the module namespace:
import * as b2bi from 'aws-cdk-lib/aws-b2bi';
// b2bi.CfnProfileConfiguration passed to the constructor as CfnProfileProps.
businessNameRequiredstringReturns the name for the business associated with this profile.
loggingRequiredstringSpecifies whether or not logging is enabled for this profile.
nameRequiredstringReturns the display name for profile.
phoneRequiredstringSpecifies the phone number associated with the profile.
emailOptionalstringtagsOptionalCfnTag[]A key-value pair for a specific profile. 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::Profile