AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Returns the details of authentication used by a proxy to log in as a specific database user.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class UserAuthConfigInfo
The UserAuthConfigInfo type exposes the following members
Name | Description | |
---|---|---|
![]() |
UserAuthConfigInfo() |
Name | Type | Description | |
---|---|---|---|
![]() |
AuthScheme | Amazon.RDS.AuthScheme |
Gets and sets the property AuthScheme. The type of authentication that the proxy uses for connections from the proxy to the underlying database. |
![]() |
ClientPasswordAuthType | Amazon.RDS.ClientPasswordAuthType |
Gets and sets the property ClientPasswordAuthType. The type of authentication the proxy uses for connections from clients. |
![]() |
Description | System.String |
Gets and sets the property Description. A user-specified description about the authentication used by a proxy to log in as a specific database user. |
![]() |
IAMAuth | Amazon.RDS.IAMAuthMode |
Gets and sets the property IAMAuth. Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. |
![]() |
SecretArn | System.String |
Gets and sets the property SecretArn. 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. |
![]() |
UserName | System.String |
Gets and sets the property UserName. The name of the database user to which the proxy connects. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5