Class: Aws::Glue::Types::AuthenticationConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::AuthenticationConfigurationInput
- 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
-
#authentication_type ⇒ String
A structure containing the authentication configuration in the CreateConnection request.
-
#o_auth_2_properties ⇒ Types::OAuth2PropertiesInput
The properties for OAuth2 authentication in the CreateConnection request.
-
#secret_arn ⇒ String
The secret manager ARN to store credentials in the CreateConnection request.
Instance Attribute Details
#authentication_type ⇒ String
A structure containing the authentication configuration in the CreateConnection request.
538 539 540 541 542 543 544 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 538 class AuthenticationConfigurationInput < Struct.new( :authentication_type, :o_auth_2_properties, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#o_auth_2_properties ⇒ Types::OAuth2PropertiesInput
The properties for OAuth2 authentication in the CreateConnection request.
538 539 540 541 542 543 544 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 538 class AuthenticationConfigurationInput < Struct.new( :authentication_type, :o_auth_2_properties, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The secret manager ARN to store credentials in the CreateConnection request.
538 539 540 541 542 543 544 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 538 class AuthenticationConfigurationInput < Struct.new( :authentication_type, :o_auth_2_properties, :secret_arn) SENSITIVE = [] include Aws::Structure end |