@Generated(value="jsii-pacmak/1.39.0 (build 8af72c2)", date="2021-10-14T05:49:11.596Z") @Stability(value=Experimental) public interface DatabaseOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseOptions.Builder
A builder for
DatabaseOptions |
static class |
DatabaseOptions.Jsii$Proxy
An implementation for
DatabaseOptions |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseOptions.Builder |
builder() |
default ISecret |
getAdminUser()
(experimental) The secret containing credentials to a Redshift user with administrator privileges.
|
ICluster |
getCluster()
(experimental) The cluster containing the database.
|
String |
getDatabaseName()
(experimental) The name of the database.
|
@Stability(value=Experimental) @NotNull ICluster getCluster()
@Stability(value=Experimental) @NotNull String getDatabaseName()
@Stability(value=Experimental) @Nullable default ISecret getAdminUser()
Secret JSON schema: { username: string; password: string }.
Default: - the admin secret is taken from the cluster
@Stability(value=Experimental) static DatabaseOptions.Builder builder()
DatabaseOptions.Builder of DatabaseOptionsCopyright © 2021. All rights reserved.