---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_qldb_stream{% #aws_qldb_stream %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

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

## `creation_time`{% #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`{% #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`{% #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`{% #inclusive_start_time %}

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

## `kinesis_configuration`{% #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](https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-concepts.html) and [Consumer De-aggregation](https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-consumer-deaggregation.html) 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`{% #ledger_name %}

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

## `role_arn`{% #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`{% #status %}

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

## `stream_id`{% #stream_id %}

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

## `stream_name`{% #stream_name %}

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

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
