Class: Aws::Glue::Types::AuthenticationConfigurationInput

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

Overview

A structure containing the authentication configuration in the CreateConnection request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_typeString

A structure containing the authentication configuration in the CreateConnection request.

Returns:

  • (String)


514
515
516
517
518
519
520
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 514

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

#o_auth_2_propertiesTypes::OAuth2PropertiesInput

The properties for OAuth2 authentication in the CreateConnection request.



514
515
516
517
518
519
520
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 514

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

#secret_arnString

The secret manager ARN to store credentials in the CreateConnection request.

Returns:

  • (String)


514
515
516
517
518
519
520
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 514

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