aws.dynamodb.list_imports
Example SQL Queries
SELECT * FROMaws.dynamodb.list_imports;Description
Lists completed imports within the past 90 days.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column If this value is returned, there are additional results to be displayed. To retrieve them, call ListImports again, with NextToken set to this value. | VARCHAR |
| page_size Input Column The number of ImportSummary objects returned in a single page. | BIGINT |
| table_arn Input Column The Amazon Resource Name (ARN) associated with the table that was imported to. | 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 |
| import_summary_list A list of ImportSummary objects. | STRUCT( |
Show child fields
| |