You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::UserAuthConfigInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#auth_schemeString

The type of authentication that the proxy uses for connections from the proxy to the underlying database.

Possible values:

  • SECRETS

Returns:

  • (String)

    The type of authentication that the proxy uses for connections from the proxy to the underlying database.

#descriptionString

A user-specified description about the authentication used by a proxy to log in as a specific database user.

Returns:

  • (String)

    A user-specified description about the authentication used by a proxy to log in as a specific database user.

#iam_authString

Whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy.

Possible values:

  • DISABLED
  • REQUIRED

Returns:

  • (String)

    Whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy.

#secret_arnString

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.

Returns:

  • (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_nameString

The name of the database user to which the proxy connects.

Returns:

  • (String)

    The name of the database user to which the proxy connects.