This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CustomerProfiles::DomainObjectType
The AWS::CustomerProfiles::DomainObjectType resource Property description not available. for CustomerProfiles.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::CustomerProfiles::DomainObjectType", "Properties" : { "Description" :String, "DomainName" :String, "EncryptionKey" :String, "Fields" :{, "ObjectTypeName" :Key:Value, ...}String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::CustomerProfiles::DomainObjectType Properties: Description:StringDomainName:StringEncryptionKey:StringFields:ObjectTypeName:Key:ValueStringTags:- Tag
Properties
Description-
A description explaining the purpose and characteristics of this object type.
Required: No
Type: String
Minimum:
1Maximum:
10000Update requires: No interruption
DomainNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
64Update requires: Replacement
EncryptionKeyProperty description not available.
Required: No
Type: String
Minimum:
0Maximum:
255Update requires: No interruption
FieldsProperty description not available.
Required: Yes
Type: Object of DomainObjectTypeField
Update requires: Replacement
ObjectTypeName-
The name that identifies the object type within the domain.
Required: Yes
Type: String
Pattern:
^[a-zA-Z_][a-zA-Z_0-9-]*$Minimum:
1Maximum:
255Update requires: Replacement
-
The tags used to organize, track, or control access for this resource.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
CreatedAt-
The timestamp of when the domain object type was created.
LastUpdatedAt-
The timestamp of when the domain object type was most recently edited.