@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.508Z") @Stability(value=Stable) public interface CredentialsBaseOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CredentialsBaseOptions.Builder
A builder for
CredentialsBaseOptions |
static class |
CredentialsBaseOptions.Jsii$Proxy
An implementation for
CredentialsBaseOptions |
| Modifier and Type | Method and Description |
|---|---|
static CredentialsBaseOptions.Builder |
builder() |
default IKey |
getEncryptionKey()
KMS encryption key to encrypt the generated secret.
|
default String |
getExcludeCharacters()
The characters to exclude from the generated password.
|
@Stability(value=Stable) @Nullable default IKey getEncryptionKey()
Default: - default master key
@Stability(value=Stable) @Nullable default String getExcludeCharacters()
Has no effect if {@link password} has been provided.
Default: - the DatabaseSecret default exclude character set (" %+~`#$&*()|[]{}:;<>?!'/
@Stability(value=Stable) static CredentialsBaseOptions.Builder builder()
CredentialsBaseOptions.Builder of CredentialsBaseOptionsCopyright © 2021. All rights reserved.