Class: Aws::Glue::Types::AuthenticationConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::AuthenticationConfiguration
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure containing the authentication configuration.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #authentication_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A structure containing the authentication configuration. 
- 
  
    
      #o_auth_2_properties  ⇒ Types::OAuth2Properties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The properties for OAuth2 authentication. 
- 
  
    
      #secret_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The secret manager ARN to store credentials. 
Instance Attribute Details
#authentication_type ⇒ String
A structure containing the authentication configuration.
| 581 582 583 584 585 586 587 | # File 'lib/aws-sdk-glue/types.rb', line 581 class AuthenticationConfiguration < Struct.new( :authentication_type, :secret_arn, :o_auth_2_properties) SENSITIVE = [] include Aws::Structure end | 
#o_auth_2_properties ⇒ Types::OAuth2Properties
The properties for OAuth2 authentication.
| 581 582 583 584 585 586 587 | # File 'lib/aws-sdk-glue/types.rb', line 581 class AuthenticationConfiguration < Struct.new( :authentication_type, :secret_arn, :o_auth_2_properties) SENSITIVE = [] include Aws::Structure end | 
#secret_arn ⇒ String
The secret manager ARN to store credentials.
| 581 582 583 584 585 586 587 | # File 'lib/aws-sdk-glue/types.rb', line 581 class AuthenticationConfiguration < Struct.new( :authentication_type, :secret_arn, :o_auth_2_properties) SENSITIVE = [] include Aws::Structure end |