View a markdown version of this page

AWS::DynamoDB::Table VectorAttribute - AWS CloudFormation

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::Table 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: 1

Maximum: 255

Update requires: Updates are not supported.