Resource: aws_qldb_stream

Provides an AWS Quantum Ledger Database (QLDB) Stream resource

Example Usage

resource "aws_qldb_stream" "example" {
  ledger_name          = "existing-ledger-name"
  stream_name          = "sample-ledger-stream"
  role_arn             = "sample-role-arn"
  inclusive_start_time = "2021-01-01T00:00:00Z"

  kinesis_configuration {
    aggregation_enabled = false
    stream_arn          = "arn:aws:kinesis:us-east-1:xxxxxxxxxxxx:stream/example-kinesis-stream"
  }

  tags = {
    "example" = "tag"
  }
}

Argument Reference

This resource supports the following arguments:

kinesis_configuration

The kinesis_configuration block supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Timeouts

Configuration options: