class Aws::RDS::Types::UserAuthConfig

Specifies the details of authentication used by a proxy to log in as a specific database user.

@note When making an API call, you may pass UserAuthConfig

data as a hash:

    {
      description: "String",
      user_name: "String",
      auth_scheme: "SECRETS", # accepts SECRETS
      secret_arn: "String",
      iam_auth: "DISABLED", # accepts DISABLED, REQUIRED
    }

@!attribute [rw] description

A user-specified description about the authentication used by a
proxy to log in as a specific database user.
@return [String]

@!attribute [rw] user_name

The name of the database user to which the proxy connects.
@return [String]

@!attribute [rw] auth_scheme

The type of authentication that the proxy uses for connections from
the proxy to the underlying database.
@return [String]

@!attribute [rw] secret_arn

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.
@return [String]

@!attribute [rw] iam_auth

Whether to require or disallow Amazon Web Services Identity and
Access Management (IAM) authentication for connections to the proxy.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UserAuthConfig AWS API Documentation

Constants

SENSITIVE