Class: Aws::RDS::Types::UserAuthConfigInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::UserAuthConfigInfo
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Returns the details of authentication used by a proxy to log in as a specific database user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_scheme ⇒ String
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
-
#client_password_auth_type ⇒ String
The type of authentication the proxy uses for connections from clients.
-
#description ⇒ String
A user-specified description about the authentication used by a proxy to log in as a specific database user.
-
#iam_auth ⇒ String
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
-
#secret_arn ⇒ String
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster.
-
#user_name ⇒ String
The name of the database user to which the proxy connects.
Instance Attribute Details
#auth_scheme ⇒ String
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
28226 28227 28228 28229 28230 28231 28232 28233 28234 28235 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 28226 class UserAuthConfigInfo < Struct.new( :description, :user_name, :auth_scheme, :secret_arn, :iam_auth, :client_password_auth_type) SENSITIVE = [] include Aws::Structure end |
#client_password_auth_type ⇒ String
The type of authentication the proxy uses for connections from clients.
28226 28227 28228 28229 28230 28231 28232 28233 28234 28235 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 28226 class UserAuthConfigInfo < Struct.new( :description, :user_name, :auth_scheme, :secret_arn, :iam_auth, :client_password_auth_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A user-specified description about the authentication used by a proxy to log in as a specific database user.
28226 28227 28228 28229 28230 28231 28232 28233 28234 28235 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 28226 class UserAuthConfigInfo < Struct.new( :description, :user_name, :auth_scheme, :secret_arn, :iam_auth, :client_password_auth_type) SENSITIVE = [] include Aws::Structure end |
#iam_auth ⇒ String
Whether to require or disallow Amazon Web Services Identity and
Access Management (IAM) authentication for connections to the proxy.
The ENABLED
value is valid only for proxies with RDS for Microsoft
SQL Server.
28226 28227 28228 28229 28230 28231 28232 28233 28234 28235 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 28226 class UserAuthConfigInfo < Struct.new( :description, :user_name, :auth_scheme, :secret_arn, :iam_auth, :client_password_auth_type) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.
28226 28227 28228 28229 28230 28231 28232 28233 28234 28235 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 28226 class UserAuthConfigInfo < Struct.new( :description, :user_name, :auth_scheme, :secret_arn, :iam_auth, :client_password_auth_type) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The name of the database user to which the proxy connects.
28226 28227 28228 28229 28230 28231 28232 28233 28234 28235 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 28226 class UserAuthConfigInfo < Struct.new( :description, :user_name, :auth_scheme, :secret_arn, :iam_auth, :client_password_auth_type) SENSITIVE = [] include Aws::Structure end |