aws.qldb.list_ledgers
Example SQL Queries
SELECT * FROMaws.qldb.list_ledgers;Description
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
This action returns a maximum of MaxResults items and is paginated so that you can retrieve all the items by calling ListLedgers multiple times.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return in a single ListLedgers request. (The actual number of results returned might be fewer.) | BIGINT |
| next_token Input Column A pagination token, indicating whether there are more results available:
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| ledgers The ledgers that are associated with the current Amazon Web Services account and Region. | STRUCT( |
Show child fields
| |