View source: R/qldb_operations.R
qldb_list_journal_kinesis_streams_for_ledger | R Documentation |
Returns all Amazon QLDB journal streams for a given ledger.
See https://www.paws-r-sdk.com/docs/qldb_list_journal_kinesis_streams_for_ledger/ for full documentation.
qldb_list_journal_kinesis_streams_for_ledger(
LedgerName,
MaxResults = NULL,
NextToken = NULL
)
LedgerName |
[required] The name of the ledger. |
MaxResults |
The maximum number of results to return in a single
|
NextToken |
A pagination token, indicating that you want to retrieve the next page
of results. If you received a value for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.