This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_qldb_stream

account_id

Type: STRING

arn

Type: STRING
Provider name: Arn
Description: The Amazon Resource Name (ARN) of the QLDB journal stream.

creation_time

Type: TIMESTAMP
Provider name: CreationTime
Description: The date and time, in epoch time format, when the QLDB journal stream was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)

error_cause

Type: STRING
Provider name: ErrorCause
Description: The error message that describes the reason that a stream has a status of IMPAIRED or FAILED. This is not applicable to streams that have other status values.

exclusive_end_time

Type: TIMESTAMP
Provider name: ExclusiveEndTime
Description: The exclusive date and time that specifies when the stream ends. If this parameter is undefined, the stream runs indefinitely until you cancel it.

inclusive_start_time

Type: TIMESTAMP
Provider name: InclusiveStartTime
Description: The inclusive start date and time from which to start streaming journal data.

kinesis_configuration

Type: STRUCT
Provider name: KinesisConfiguration
Description: The configuration settings of the Amazon Kinesis Data Streams destination for a QLDB journal stream.

  • aggregation_enabled
    Type: BOOLEAN
    Provider name: AggregationEnabled
    Description: 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

    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.

    </important
  • stream_arn
    Type: STRING
    Provider name: StreamArn
    Description: The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.

ledger_name

Type: STRING
Provider name: LedgerName
Description: The name of the ledger.

role_arn

Type: STRING
Provider name: RoleArn
Description: The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal stream to write data records to a Kinesis Data Streams resource.

status

Type: STRING
Provider name: Status
Description: The current state of the QLDB journal stream.

stream_id

Type: STRING
Provider name: StreamId
Description: The UUID (represented in Base62-encoded text) of the QLDB journal stream.

stream_name

Type: STRING
Provider name: StreamName
Description: The user-defined name of the QLDB journal stream.

tags

Type: UNORDERED_LIST_STRING