{
"ClientToken": "string",
"S3BucketSource": {
"S3BucketOwner": "string",
"S3Bucket": "string",
"S3KeyPrefix": "string"
},
"InputFormat": "DYNAMODB_JSON",
"InputFormatOptions": {
"Csv": {
"Delimiter": "string",
"HeaderList": []
}
},
"InputCompressionType": "GZIP",
"TableCreationParameters": {
"TableName": "string",
"AttributeDefinitions": [],
"KeySchema": [],
"BillingMode": "PROVISIONED",
"ProvisionedThroughput": {
"ReadCapacityUnits": 0,
"WriteCapacityUnits": 0
},
"SSESpecification": {
"Enabled": true,
"SSEType": "AES256",
"KMSMasterKeyId": "string"
},
"GlobalSecondaryIndexes": []
}
}