View a markdown version of this page

AWS::CustomerProfiles::DomainObjectType - AWS CloudFormation

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" : {Key: Value, ...}, "ObjectTypeName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::CustomerProfiles::DomainObjectType Properties: Description: String DomainName: String EncryptionKey: String Fields: Key: Value ObjectTypeName: String Tags: - Tag

Properties

Description

A description explaining the purpose and characteristics of this object type.

Required: No

Type: String

Minimum: 1

Maximum: 10000

Update requires: No interruption

DomainName

Property description not available.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9_-]+$

Minimum: 1

Maximum: 64

Update requires: Replacement

EncryptionKey

Property description not available.

Required: No

Type: String

Minimum: 0

Maximum: 255

Update requires: No interruption

Fields

Property 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: 1

Maximum: 255

Update requires: Replacement

Tags

The tags used to organize, track, or control access for this resource.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

Update 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.