AWS::CustomerProfiles::EventStream - AWS CloudFormation

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: String EventStreamName: String Tags: - Tag Uri: String

Properties

DomainName

The unique name of the domain.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 64

Update requires: Replacement

EventStreamName

The name of the event stream.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-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

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

Maximum: 255

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