@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:20.060Z") @Stability(value=Experimental) public interface BasicAuthProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BasicAuthProps.Builder
A builder for
BasicAuthProps |
static class |
BasicAuthProps.Jsii$Proxy
An implementation for
BasicAuthProps |
| Modifier and Type | Method and Description |
|---|---|
static BasicAuthProps.Builder |
builder() |
default IKey |
getEncryptionKey()
(experimental) The encryption key to use to encrypt the password when it's generated in Secrets Manager.
|
default SecretValue |
getPassword()
(experimental) The password.
|
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 SecretValue getPassword()
Default: - A Secrets Manager generated password
@Stability(value=Experimental) static BasicAuthProps.Builder builder()
BasicAuthProps.Builder of BasicAuthPropsCopyright © 2021. All rights reserved.