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
The AWS::Glue::ConnectionType resource Property description not available. for Glue.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Glue::ConnectionType", "Properties" : { "ConnectionProperties" :ConnectionPropertiesConfiguration, "ConnectionType" :String, "ConnectorAuthenticationConfiguration" :ConnectorAuthenticationConfiguration, "Description" :String, "IntegrationType" :String, "RestConfiguration" :RestConfiguration, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::Glue::ConnectionType Properties: ConnectionProperties:ConnectionPropertiesConfigurationConnectionType:StringConnectorAuthenticationConfiguration:ConnectorAuthenticationConfigurationDescription:StringIntegrationType:StringRestConfiguration:RestConfigurationTags:- Tag
Properties
ConnectionPropertiesProperty description not available.
Required: No
Type: ConnectionPropertiesConfiguration
Update requires: Replacement
ConnectionTypeProperty description not available.
Required: Yes
Type: String
Minimum:
1Maximum:
255Update requires: Replacement
ConnectorAuthenticationConfiguration-
A structure containing the authentication configuration.
Required: No
Type: ConnectorAuthenticationConfiguration
Update requires: Replacement
DescriptionProperty description not available.
Required: No
Type: String
Minimum:
0Maximum:
1024Update requires: Replacement
IntegrationTypeProperty description not available.
Required: No
Type: String
Allowed values:
RESTUpdate requires: Replacement
RestConfigurationProperty description not available.
Required: Yes
Type: RestConfiguration
Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
ConnectionTypeArnProperty description not available.