ConnectorAuthenticationConfiguration - AWS Glue

ConnectorAuthenticationConfiguration

Configuration that defines the supported authentication types and required properties for the connection type.

Contents

AuthenticationTypes

A list of authentication types supported by this connection type, such as Basic, OAuth2, or Custom authentication methods.

Type: Array of strings

Valid Values: BASIC | OAUTH2 | CUSTOM | IAM

Required: Yes

BasicAuthenticationProperties

Basic authentication configuration that defines the username and password properties for HTTP Basic authentication.

Type: BasicAuthenticationProperties object

Required: No

CustomAuthenticationProperties

Custom authentication configuration that allows for flexible authentication mechanisms beyond standard Basic and OAuth2 flows.

Type: CustomAuthenticationProperties object

Required: No

OAuth2Properties

OAuth2 configuration container that defines the authentication properties and flow-specific configurations for OAuth2-based connections.

Type: ConnectorOAuth2Properties object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: