CreateTable operation.{
"AttributeDefinitions": [],
"TableName": "string",
"KeySchema": [],
"LocalSecondaryIndexes": [],
"GlobalSecondaryIndexes": [],
"BillingMode": "PROVISIONED",
"ProvisionedThroughput": {
"ReadCapacityUnits": 0,
"WriteCapacityUnits": 0
},
"StreamSpecification": {
"StreamEnabled": true,
"StreamViewType": "NEW_IMAGE"
},
"SSESpecification": {
"Enabled": true,
"SSEType": "AES256",
"KMSMasterKeyId": "string"
},
"Tags": [],
"TableClass": "STANDARD",
"DeletionProtectionEnabled": true
}