Builder
Properties
A list of authentication types supported by this connection type, such as Basic, OAuth2, or Custom authentication methods.
Basic authentication configuration that defines the username and password properties for HTTP Basic authentication.
Custom authentication configuration that allows for flexible authentication mechanisms beyond standard Basic and OAuth2 flows.
OAuth2 configuration container that defines the authentication properties and flow-specific configurations for OAuth2-based connections.
Functions
construct an aws.sdk.kotlin.services.glue.model.BasicAuthenticationProperties inside the given block
construct an aws.sdk.kotlin.services.glue.model.CustomAuthenticationProperties inside the given block
construct an aws.sdk.kotlin.services.glue.model.ConnectorOAuth2Properties inside the given block