View a markdown version of this page

AWS::Glue::ConnectionType - AWS CloudFormation

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, ... ] } }

Properties

ConnectionProperties

Property description not available.

Required: No

Type: ConnectionPropertiesConfiguration

Update requires: Replacement

ConnectionType

Property description not available.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: Replacement

ConnectorAuthenticationConfiguration

A structure containing the authentication configuration.

Required: No

Type: ConnectorAuthenticationConfiguration

Update requires: Replacement

Description

Property description not available.

Required: No

Type: String

Minimum: 0

Maximum: 1024

Update requires: Replacement

IntegrationType

Property description not available.

Required: No

Type: String

Allowed values: REST

Update requires: Replacement

RestConfiguration

Property description not available.

Required: Yes

Type: RestConfiguration

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

ConnectionTypeArn

Property description not available.