

# AuthenticationConfiguration
<a name="API_AuthenticationConfiguration"></a>

A structure containing the authentication configuration.

## Contents
<a name="API_AuthenticationConfiguration_Contents"></a>

 ** AuthenticationType **   <a name="Glue-Type-AuthenticationConfiguration-AuthenticationType"></a>
A structure containing the authentication configuration.  
Type: String  
Valid Values: `BASIC | OAUTH2 | CUSTOM | IAM`   
Required: No

 ** KmsKeyArn **   <a name="Glue-Type-AuthenticationConfiguration-KmsKeyArn"></a>
The Amazon Resource Name (ARN) of the KMS key used to encrypt sensitive authentication information. This key is used to protect credentials and other sensitive data stored within the authentication configuration.  
Type: String  
Pattern: `^$|arn:aws[a-z0-9-]*:kms:.*`   
Required: No

 ** OAuth2Properties **   <a name="Glue-Type-AuthenticationConfiguration-OAuth2Properties"></a>
The properties for OAuth2 authentication.  
Type: [OAuth2Properties](API_OAuth2Properties.md) object  
Required: No

 ** SecretArn **   <a name="Glue-Type-AuthenticationConfiguration-SecretArn"></a>
The secret manager ARN to store credentials.  
Type: String  
Pattern: `^arn:aws(-(cn|us-gov|iso(-[bef])?))?:secretsmanager:.*$`   
Required: No

## See Also
<a name="API_AuthenticationConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/glue-2017-03-31/AuthenticationConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/glue-2017-03-31/AuthenticationConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/glue-2017-03-31/AuthenticationConfiguration) 