Amazon DynamoDB Export
aws.dynamodb.export MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
Amazon DynamoDB Export
Min version: 9.0.0
Relationships
5 resources · 7 relationships·Click to select, expand fields to see properties.
Fields (12)
| Field | Type | Description |
|---|---|---|
arnrequired | string | ARN for the export |
endTime | time | End time of the export |
format | string | Format of the export (DYNAMODB_JSON or ION) |
itemCount | int | Count of items in the export |
kmsKey | aws.kms.key | SSE KMS Key Id |
s3Bucket | aws.s3.bucket | S3 bucket associated with the export |
s3Prefix | string | S3 prefix for the export |
s3SseAlgorithm | string | S3 SSE Algorithm for the export |
startTime | time | Start time of the export |
statusrequired | string | Status of the export (IN_PROGRESS, COMPLETED, or FAILED) |
table | aws.dynamodb.table | Table associated with the export |
typerequired | string | Type of the export (FULL_EXPORT or INCREMENTAL_EXPORT) |