aws.dynamodb.global_secondary_index_updates
Developmentstring[]as of v1.44.0
The JSON-serialized value of each item in the GlobalSecondaryIndexUpdates request field.
Examples
- ["{ \"Create\": { \"IndexName\": \"string\", \"KeySchema\": [ { \"AttributeName\": \"string\", \"KeyType\": \"string\" } ], \"Projection\": { \"NonKeyAttributes\": [ \"string\" ], \"ProjectionType\": \"string\" }, \"ProvisionedThroughput\": { \"ReadCapacityUnits\": number, \"WriteCapacityUnits\": number } }"]
Used by
spans (1)
- span.dynamodb.updatetable.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).