@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-21T20:05:49.655Z") @Stability(value=Experimental) public interface UserAttributes extends software.amazon.jsii.JsiiSerializable, DatabaseOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserAttributes.Builder
A builder for
UserAttributes |
static class |
UserAttributes.Jsii$Proxy
An implementation for
UserAttributes |
| Modifier and Type | Method and Description |
|---|---|
static UserAttributes.Builder |
builder() |
SecretValue |
getPassword()
(experimental) The password of the user.
|
String |
getUsername()
(experimental) The name of the user.
|
getAdminUser, getCluster, getDatabaseName@Stability(value=Experimental) @NotNull SecretValue getPassword()
Do not put passwords in CDK code directly.
@Stability(value=Experimental) @NotNull String getUsername()
@Stability(value=Experimental) static UserAttributes.Builder builder()
builder in interface DatabaseOptionsUserAttributes.Builder of UserAttributesCopyright © 2021. All rights reserved.