| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
UserAuthConfig.Builder |
UserAuthConfig.Builder.authScheme(AuthScheme authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
UserAuthConfig.Builder |
UserAuthConfig.Builder.authScheme(String authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
static UserAuthConfig.Builder |
UserAuthConfig.builder() |
UserAuthConfig.Builder |
UserAuthConfig.Builder.description(String description)
A user-specified description about the authentication used by a proxy to log in as a specific database user.
|
UserAuthConfig.Builder |
UserAuthConfig.Builder.iamAuth(IAMAuthMode iamAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
UserAuthConfig.Builder |
UserAuthConfig.Builder.iamAuth(String iamAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
UserAuthConfig.Builder |
UserAuthConfig.Builder.secretArn(String secretArn)
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB
instance or Aurora DB cluster.
|
UserAuthConfig.Builder |
UserAuthConfig.toBuilder() |
UserAuthConfig.Builder |
UserAuthConfig.Builder.userName(String userName)
The name of the database user to which the proxy connects.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserAuthConfig.Builder> |
UserAuthConfig.serializableBuilderClass() |
Copyright © 2022. All rights reserved.