aws.dynamodb.global_secondary_indexes
Developmentstring[]as of v1.44.0
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 } }"]
Used by
spans (1)
- span.dynamodb.createtable.client
* required on that signal.
History
Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).