@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.036Z") @Stability(value=Experimental) public interface AdvancedSecurityOptions extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
AdvancedSecurityOptions.Builder
A builder for
AdvancedSecurityOptions |
static class |
AdvancedSecurityOptions.Jsii$Proxy
An implementation for
AdvancedSecurityOptions |
Modifier and Type | Method and Description |
---|---|
static AdvancedSecurityOptions.Builder |
builder() |
default String |
getMasterUserArn()
(experimental) ARN for the master user.
|
default String |
getMasterUserName()
(experimental) Username for the master user.
|
default SecretValue |
getMasterUserPassword()
(experimental) Password for the master user.
|
@Stability(value=Experimental) @Nullable default String getMasterUserArn()
Only specify this or masterUserName, but not both.
Default: - fine-grained access control is disabled
@Stability(value=Experimental) @Nullable default String getMasterUserName()
Only specify this or masterUserArn, but not both.
Default: - fine-grained access control is disabled
@Stability(value=Experimental) @Nullable default SecretValue getMasterUserPassword()
You can use SecretValue.plainText
to specify a password in plain text or
use secretsmanager.Secret.fromSecretAttributes
to reference a secret in
Secrets Manager.
Default: - A Secrets Manager generated password
@Stability(value=Experimental) static AdvancedSecurityOptions.Builder builder()
AdvancedSecurityOptions.Builder
of AdvancedSecurityOptions
Copyright © 2021. All rights reserved.