AWS::QLDB::Stream KinesisConfiguration - 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::QLDB::Stream KinesisConfiguration

The configuration settings of the Amazon Kinesis Data Streams destination for an Amazon QLDB journal stream.

Syntax

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

JSON

{ "AggregationEnabled" : Boolean, "StreamArn" : String }

YAML

AggregationEnabled: Boolean StreamArn: String

Properties

AggregationEnabled

Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call.

Default: True

Important

Record aggregation has important implications for processing records and requires de-aggregation in your stream consumer. To learn more, see KPL Key Concepts and Consumer De-aggregation in the Amazon Kinesis Data Streams Developer Guide.

Required: No

Type: Boolean

Update requires: Replacement

StreamArn

The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.

Required: No

Type: String

Pattern: arn:[\w+=/,.@-]+:[\w+=/,.@-]+:[\w+=/,.@-]*:[0-9]*:[\w+=,.@-]+(/[\w+=,.@-]+)*

Update requires: Replacement