@Generated(value="jsii-pacmak/1.39.0 (build 8af72c2)", date="2021-10-14T05:49:11.600Z") @Stability(value=Experimental) public interface UserProps extends software.amazon.jsii.JsiiSerializable, DatabaseOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserProps.Builder
A builder for
UserProps |
static class |
UserProps.Jsii$Proxy
An implementation for
UserProps |
| Modifier and Type | Method and Description |
|---|---|
static UserProps.Builder |
builder() |
default IKey |
getEncryptionKey()
(experimental) KMS key to encrypt the generated secret.
|
default RemovalPolicy |
getRemovalPolicy()
(experimental) The policy to apply when this resource is removed from the application.
|
default String |
getUsername()
(experimental) The name of the user.
|
getAdminUser, getCluster, getDatabaseName@Stability(value=Experimental) @Nullable default IKey getEncryptionKey()
Default: - the default AWS managed key is used
@Stability(value=Experimental) @Nullable default RemovalPolicy getRemovalPolicy()
Default: cdk.RemovalPolicy.Destroy
@Stability(value=Experimental) @Nullable default String getUsername()
For valid values, see: https://docs.aws.amazon.com/redshift/latest/dg/r_names.html
Default: - a name is generated
@Stability(value=Experimental) static UserProps.Builder builder()
builder in interface DatabaseOptionsUserProps.Builder of UserPropsCopyright © 2021. All rights reserved.