AWS::B2BI::Profile
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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::B2BI::Profile", "Properties" : { "BusinessName" :
String
, "Email" :String
, "Logging" :String
, "Name" :String
, "Phone" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::B2BI::Profile Properties: BusinessName:
String
Email:String
Logging:String
Name:String
Phone:String
Tags:- Tag
Properties
BusinessName
-
Returns the name for the business associated with this profile.
Required: Yes
Type: String
Minimum:
1
Maximum:
254
Update requires: No interruption
Email
Property description not available.
Required: No
Type: String
Pattern:
^[\w\.\-]+@[\w\.\-]+$
Minimum:
5
Maximum:
254
Update requires: No interruption
Logging
-
Specifies whether or not logging is enabled for this profile.
Required: Yes
Type: String
Allowed values:
ENABLED | DISABLED
Update requires: Replacement
Name
-
Returns the display name for profile.
Required: Yes
Type: String
Minimum:
1
Maximum:
254
Update requires: No interruption
Phone
Property description not available.
Required: Yes
Type: String
Pattern:
^\+?([0-9 \t\-()\/]{7,})(?:\s*(?:#|x\.?|ext\.?|extension) \t*(\d+))?$
Minimum:
7
Maximum:
22
Update requires: No interruption
-
A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.
Required: No
Type: Array of Tag
Minimum:
0
Maximum:
200
Update requires: No interruption
Return values
Ref
Fn::GetAtt
CreatedAt
-
Returns the timestamp for creation date and time of the profile.
LogGroupName
-
Returns the name of the logging group.
ModifiedAt
-
Returns the timestamp that identifies the most recent date and time that the profile was modified.
ProfileArn
-
Returns an Amazon Resource Name (ARN) for the profile.
ProfileId
Property description not available.