This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Glue::Connection AuthenticationConfigurationInput
A structure containing the authentication configuration in the CreateConnection request.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AuthenticationType" :String, "BasicAuthenticationCredentials" :BasicAuthenticationCredentials, "CustomAuthenticationCredentials" :Json, "KmsKeyArn" :String, "OAuth2Properties" :OAuth2PropertiesInput, "SecretArn" :String}
YAML
AuthenticationType:StringBasicAuthenticationCredentials:BasicAuthenticationCredentialsCustomAuthenticationCredentials:JsonKmsKeyArn:StringOAuth2Properties:OAuth2PropertiesInputSecretArn:String
Properties
AuthenticationType-
A structure containing the authentication configuration in the CreateConnection request.
Required: Yes
Type: String
Allowed values:
BASIC | OAUTH2 | CUSTOM | IAMUpdate requires: No interruption
BasicAuthenticationCredentials-
The credentials used when the authentication type is basic authentication.
Required: No
Type: BasicAuthenticationCredentials
Update requires: No interruption
CustomAuthenticationCredentials-
The credentials used when the authentication type is custom authentication.
Required: No
Type: Json
Update requires: No interruption
KmsKeyArn-
The ARN of the KMS key used to encrypt the connection. Only taken an as input in the request and stored in the Secret Manager.
Required: No
Type: String
Pattern:
^$|arn:aws[a-z0-9-]*:kms:.*Update requires: No interruption
OAuth2Properties-
The properties for OAuth2 authentication in the CreateConnection request.
Required: No
Type: OAuth2PropertiesInput
Update requires: No interruption
SecretArn-
The secret manager ARN to store credentials in the CreateConnection request.
Required: No
Type: String
Pattern:
^arn:aws(-(cn|us-gov|iso(-[bef])?))?:secretsmanager:.*$Update requires: No interruption