Use this data source to fetch information about a Quantum Ledger Database.
data "aws_qldb_ledger" "example" {
name = "an_example_ledger"
}
name
- (Required) Friendly name of the ledger to match.See the QLDB Ledger Resource for details on the returned attributes - they are identical.