AWS::Connect::InstanceStorageConfig KinesisStreamConfig - 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::Connect::InstanceStorageConfig KinesisStreamConfig

Configuration information of a Kinesis data stream.

Syntax

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

JSON

{ "StreamArn" : String }

YAML

StreamArn: String

Properties

StreamArn

The Amazon Resource Name (ARN) of the data stream.

Required: Yes

Type: String

Pattern: ^arn:aws[-a-z0-9]*:kinesis:[-a-z0-9]*:[0-9]{12}:stream/[-a-zA-Z0-9_.]*$

Update requires: No interruption