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 ConnectorProperty
The ConnectorProperty 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
{ "AllowedValues" :[ String, ... ], "DefaultValue" :String, "KeyOverride" :String, "Name" :String, "PropertyLocation" :String, "PropertyType" :String, "Required" :Boolean}
YAML
AllowedValues:- StringDefaultValue:StringKeyOverride:StringName:StringPropertyLocation:StringPropertyType:StringRequired:Boolean
Properties
AllowedValuesProperty description not available.
Required: No
Type: Array of String
Update requires: Replacement
DefaultValueProperty description not available.
Required: No
Type: String
Update requires: Replacement
KeyOverrideProperty description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
128Update requires: Replacement
NameProperty description not available.
Required: Yes
Type: String
Minimum:
1Maximum:
128Update requires: Replacement
PropertyLocationProperty description not available.
Required: No
Type: String
Allowed values:
HEADER | BODY | QUERY_PARAM | PATHUpdate requires: Replacement
PropertyTypeProperty description not available.
Required: Yes
Type: String
Allowed values:
USER_INPUT | SECRET | READ_ONLY | UNUSED | SECRET_OR_USER_INPUTUpdate requires: Replacement
RequiredProperty description not available.
Required: Yes
Type: Boolean
Update requires: Replacement