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 ConnectorAuthenticationConfiguration
The ConnectorAuthenticationConfiguration 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
{ "AuthenticationTypes" :[ String, ... ], "BasicAuthenticationProperties" :BasicAuthenticationProperties, "CustomAuthenticationProperties" :CustomAuthenticationProperties, "OAuth2Properties" :ConnectorOAuth2Properties}
YAML
AuthenticationTypes:- StringBasicAuthenticationProperties:BasicAuthenticationPropertiesCustomAuthenticationProperties:CustomAuthenticationPropertiesOAuth2Properties:ConnectorOAuth2Properties
Properties
AuthenticationTypesProperty description not available.
Required: Yes
Type: Array of String
Allowed values:
BASIC | OAUTH2 | CUSTOM | IAMUpdate requires: Replacement
BasicAuthenticationPropertiesProperty description not available.
Required: No
Type: BasicAuthenticationProperties
Update requires: Replacement
CustomAuthenticationPropertiesProperty description not available.
Required: No
Type: CustomAuthenticationProperties
Update requires: Replacement
OAuth2PropertiesProperty description not available.
Required: No
Type: ConnectorOAuth2Properties
Update requires: Replacement