AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::B2BI::Profile

CfnProfile

Creates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnProfileProps.

businessNameRequired
string

Returns the name for the business associated with this profile.

loggingRequired
string

Specifies whether or not logging is enabled for this profile.

nameRequired
string

Returns the display name for profile.

phoneRequired
string

Specifies the phone number associated with the profile.

emailOptional
string
tagsOptional
CfnTag[]

A key-value pair for a specific profile. 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::Profile
Properties6

External Links