pub const AWS_DYNAMODB_ATTRIBUTE_DEFINITIONS: &str = "aws.dynamodb.attribute_definitions";
The JSON-serialized value of each item in the AttributeDefinitions request field.
AttributeDefinitions
[ "{ \"AttributeName\": \"string\", \"AttributeType\": \"string\" }", ]