opentelemetry_semantic_conventions::attribute

Constant AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXES

source
pub const AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXES: &str = "aws.dynamodb.global_secondary_indexes";
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 } }"