AmazonExportDynamoDbTablesParameters Object
PreviousAmazonDisableUnusedIamAccessKeysParameters ObjectNextAmazonRequestEc2SpotInstancesParameters Object
Last updated
{
"credentialIds": [
"cred-00000001"
],
"regionNames": [
"us-east-1",
"us-east-2"
],
"tableIdentificationMethod": "by-table-name",
"tableNameComparison": {
"compareType": "starts-with",
"tableName": "prod-"
},
"readThroughputPercent": 25,
"bucketName": "my-bucket",
"prefix": "backups/$(REGION)/$(TABLENAME)/$(DATE)-$(TIME)/",
"outputFormat": "dynamodb-item-json-utf8"
}