You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QLDB::Types::KinesisConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing KinesisConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  stream_arn: "Arn", # required
  aggregation_enabled: false,
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_enabledBoolean

Enables QLDB to publish multiple data records in a single Kinesis Data Streams record. To learn more, see KPL Key Concepts in the Amazon Kinesis Data Streams Developer Guide.

Returns:

  • (Boolean)

    Enables QLDB to publish multiple data records in a single Kinesis Data Streams record.

#stream_arnString

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

Returns:

  • (String)

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