This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CustomerProfiles::EventStream
An Event Stream resource of Amazon Connect Customer Profiles.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::CustomerProfiles::EventStream", "Properties" : { "DomainName" :String, "EventStreamName" :String, "Tags" :[ Tag, ... ], "Uri" :String} }
YAML
Type: AWS::CustomerProfiles::EventStream Properties: DomainName:StringEventStreamName:StringTags:- TagUri:String
Properties
- DomainName
- 
                    The unique name of the domain. Required: Yes Type: String Pattern: ^[a-zA-Z0-9_-]+$Minimum: 1Maximum: 64Update requires: Replacement 
- EventStreamName
- 
                    The name of the event stream. Required: Yes Type: String Pattern: ^[a-zA-Z0-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 
- Uri
- 
                    The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name. Required: Yes Type: String Minimum: 1Maximum: 255Update requires: Replacement 
Return values
Ref
Fn::GetAtt
- CreatedAt
- 
                            The timestamp of when the export was created. 
- EventStreamArn
- 
                            A unique identifier for the event stream. 
- State
- 
                            The operational state of destination stream for export.