AWS::CustomerProfiles::EventStream DestinationDetails - AWS CloudFormation

AWS::CustomerProfiles::EventStream DestinationDetails

Details regarding the Kinesis stream.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Status" : String, "Uri" : String }

YAML

Status: String Uri: String

Properties

Status

The status of enabling the Kinesis stream as a destination for export.

Required: Yes

Type: String

Allowed values: HEALTHY | UNHEALTHY

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: No interruption