OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXESConst Experimental

    ATTR_AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXES: "aws.dynamodb.global_secondary_indexes" = ...

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

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

    @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.