AWS::CustomerProfiles::EventStream DestinationDetails - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CustomerProfiles::EventStream DestinationDetails

Details regarding the Kinesis stream.

Syntax

To declare this entity in your Amazon 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