You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::Types::UserAuthConfigWhen passing UserAuthConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
description: "String",
user_name: "String",
auth_scheme: "SECRETS", secret_arn: "String",
iam_auth: "DISABLED", }
Specifies the details of authentication used by a proxy to log in as a specific database user.
Instance Attribute Summary collapseThe type of authentication that the proxy uses for connections from the proxy to the underlying database.
A user-specified description about the authentication used by a proxy to log in as a specific database user.
Whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy.
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster.
The name of the database user to which the proxy connects.
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
Possible values:
A user-specified description about the authentication used by a proxy to log in as a specific database user.
#iam_auth ⇒ StringWhether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy.
Possible values:
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.
#user_name ⇒ StringThe name of the database user to which the proxy connects.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4