aws.dynamodb.list_exports
Example SQL Queries
SELECT * FROMaws.dynamodb.list_exports;Description
Lists completed exports within the past 90 days.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Maximum number of results to return per page. | BIGINT |
| next_token Input Column If this value is returned, there are additional results to be displayed. To retrieve them, call ListExports again, with NextToken set to this value. | VARCHAR |
| table_arn Input Column The Amazon Resource Name (ARN) associated with the exported table. | 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 |
| export_summaries A list of ExportSummary objects. | STRUCT( |
Show child fields
| |