AWS::Connect::InstanceStorageConfig KinesisStreamConfig - AWS CloudFormation

AWS::Connect::InstanceStorageConfig KinesisStreamConfig

Configuration information of a Kinesis data stream.

Syntax

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