pub const AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXES: &'static str;
Expand description

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

ยงExamples

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