Skip to content

Data Source: awsQldbLedger

Use this data source to fetch information about a Quantum Ledger Database.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsQldbLedger.DataAwsQldbLedger(this, "example", {
  name: "an_example_ledger",
});

Argument Reference

  • name - (Required) Friendly name of the ledger to match.

Attributes Reference

See the QLDB Ledger Resource for details on the returned attributes - they are identical.