View source: R/qldb_operations.R
qldb_list_journal_s3_exports_for_ledger | R Documentation |
Returns all journal export jobs for a specified ledger.
See https://www.paws-r-sdk.com/docs/qldb_list_journal_s3_exports_for_ledger/ for full documentation.
qldb_list_journal_s3_exports_for_ledger(
Name,
MaxResults = NULL,
NextToken = NULL
)
Name |
[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.