This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DynamoDB::GlobalTable VectorAttribute
The definition of a vector attribute for a vector index.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AttributeName" :String}
YAML
AttributeName:String
Properties
AttributeName-
The name of the vector attribute.
Required: Yes
Type: String
Minimum:
1Maximum:
255Update requires: Updates are not supported.