This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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:
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