AWS::Cassandra::Type Field - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Cassandra::Type Field

The name and data type of an individual field in a user-defined type (UDT). In addition to a Cassandra data type, you can also use another UDT. When you nest another UDT or collection data type, you have to declare them with the FROZEN keyword.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "FieldName" : String, "FieldType" : String }

YAML

FieldName: String FieldType: String

Properties

FieldName

The name of the field.

Required: Yes

Type: String

Update requires: Replacement

FieldType

The data type of the field. This can be any Cassandra data type or another user-defined type.

Required: Yes

Type: String

Update requires: Replacement