Class: Aws::Glue::Types::CustomAuthenticationProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CustomAuthenticationProperties
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Custom authentication configuration that allows for flexible authentication mechanisms beyond standard Basic and OAuth2 flows.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_parameters ⇒ Array<Types::ConnectorProperty>
A map of custom authentication parameters that define the specific authentication mechanism and required properties.
Instance Attribute Details
#authentication_parameters ⇒ Array<Types::ConnectorProperty>
A map of custom authentication parameters that define the specific authentication mechanism and required properties.
7905 7906 7907 7908 7909 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7905 class CustomAuthenticationProperties < Struct.new( :authentication_parameters) SENSITIVE = [] include Aws::Structure end |