Lists completed exports within the past 90 days.
dynamodb_list_exports(TableArn, MaxResults, NextToken)
A list with the following syntax:
list(
ExportSummaries = list(
list(
ExportArn = "string",
ExportStatus = "IN_PROGRESS"|"COMPLETED"|"FAILED"
)
),
NextToken = "string"
)
The Amazon Resource Name (ARN) associated with the exported table.
Maximum number of results to return per page.
An optional string that, if supplied, must be copied from the output of
a previous call to list_exports
. When
provided in this manner, the API fetches the next page of results.
svc$list_exports(
TableArn = "string",
MaxResults = 123,
NextToken = "string"
)