Class: Aws::Glue::Types::AuthenticationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A structure containing the authentication configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_typeString

A structure containing the authentication configuration.

Returns:

  • (String)


486
487
488
489
490
491
492
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 486

class AuthenticationConfiguration < Struct.new(
  :authentication_type,
  :secret_arn,
  :o_auth_2_properties)
  SENSITIVE = []
  include Aws::Structure
end

#o_auth_2_propertiesTypes::OAuth2Properties

The properties for OAuth2 authentication.



486
487
488
489
490
491
492
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 486

class AuthenticationConfiguration < Struct.new(
  :authentication_type,
  :secret_arn,
  :o_auth_2_properties)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

The secret manager ARN to store credentials.

Returns:

  • (String)


486
487
488
489
490
491
492
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 486

class AuthenticationConfiguration < Struct.new(
  :authentication_type,
  :secret_arn,
  :o_auth_2_properties)
  SENSITIVE = []
  include Aws::Structure
end