opentelemetry_semantic_conventions::attribute

Constant AWS_DYNAMODB_LOCAL_SECONDARY_INDEXES

source
pub const AWS_DYNAMODB_LOCAL_SECONDARY_INDEXES: &str = "aws.dynamodb.local_secondary_indexes";
Expand description

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

ยงExamples

  • "{ \"IndexArn\": \"string\", \"IndexName\": \"string\", \"IndexSizeBytes\": number, \"ItemCount\": number, \"KeySchema\": [ { \"AttributeName\": \"string\", \"KeyType\": \"string\" } ], \"Projection\": { \"NonKeyAttributes\": [ \"string\" ], \"ProjectionType\": \"string\" } }"