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::Glue::ConnectionType FieldDefinition
The FieldDefinition property type specifies Property description not available. for an AWS::Glue::ConnectionType.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "FieldDataType" :String, "FilterOverrides" :FilterOverrides, "IsNullable" :Boolean, "IsOrderable" :Boolean, "IsPartitionable" :Boolean, "IsQueryable" :Boolean, "Name" :String, "ResponseDateFormat" :String}
YAML
FieldDataType:StringFilterOverrides:FilterOverridesIsNullable:BooleanIsOrderable:BooleanIsPartitionable:BooleanIsQueryable:BooleanName:StringResponseDateFormat:String
Properties
FieldDataTypeProperty description not available.
Required: Yes
Type: String
Allowed values:
INT | SMALLINT | BIGINT | FLOAT | LONG | DATE | BOOLEAN | MAP | ARRAY | STRING | TIMESTAMP | DECIMAL | BYTE | SHORT | DOUBLE | STRUCT | BINARY | UNIONUpdate requires: Replacement
FilterOverridesProperty description not available.
Required: No
Type: FilterOverrides
Update requires: Replacement
IsNullableProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
IsOrderableProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
IsPartitionableProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
IsQueryableProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
NameProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
ResponseDateFormatProperty description not available.
Required: No
Type: String
Update requires: Replacement