@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.444Z") @Stability(value=Experimental) public interface DatabaseSecretProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseSecretProps.Builder
A builder for
DatabaseSecretProps |
static class |
DatabaseSecretProps.Jsii$Proxy
An implementation for
DatabaseSecretProps |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseSecretProps.Builder |
builder() |
default IKey |
getEncryptionKey()
(experimental) The KMS key to use to encrypt the secret.
|
default ISecret |
getMasterSecret()
(experimental) The master secret which will be used to rotate this secret.
|
default String |
getSecretName()
(experimental) The physical name of the secret.
|
String |
getUsername()
(experimental) The username.
|
@Stability(value=Experimental) @NotNull String getUsername()
@Stability(value=Experimental) @Nullable default IKey getEncryptionKey()
Default: default master key
@Stability(value=Experimental) @Nullable default ISecret getMasterSecret()
Default: - no master secret information will be included
@Stability(value=Experimental) @Nullable default String getSecretName()
Default: Secretsmanager will generate a physical name for the secret
@Stability(value=Experimental) static DatabaseSecretProps.Builder builder()
DatabaseSecretProps.Builder of DatabaseSecretPropsCopyright © 2021. All rights reserved.