pub const AWS_DYNAMODB_GLOBAL_SECONDARY_INDEX_UPDATES: &'static str;
Expand description

The JSON-serialized value of each item in the GlobalSecondaryIndexUpdates request field.

ยงExamples

  • { "Create": { "IndexName": "string", "KeySchema": [ { "AttributeName": "string", "KeyType": "string" } ], "Projection": { "NonKeyAttributes": [ "string" ], "ProjectionType": "string" }, "ProvisionedThroughput": { "ReadCapacityUnits": number, "WriteCapacityUnits": number } }