@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.443Z") @Stability(value=Experimental) public interface DatabaseInstanceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseInstanceProps.Builder
A builder for
DatabaseInstanceProps |
static class |
DatabaseInstanceProps.Jsii$Proxy
An implementation for
DatabaseInstanceProps |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseInstanceProps.Builder |
builder() |
default Boolean |
getAutoMinorVersionUpgrade()
(experimental) Indicates that minor engine upgrades are applied automatically to the DB instance during the maintenance window.
|
default String |
getAvailabilityZone()
(experimental) The name of the Availability Zone where the DB instance will be located.
|
IDatabaseCluster |
getCluster()
(experimental) The DocumentDB database cluster the instance should launch into.
|
default String |
getDbInstanceName()
(experimental) A name for the DB instance.
|
InstanceType |
getInstanceType()
(experimental) The name of the compute and memory capacity classes.
|
default String |
getPreferredMaintenanceWindow()
(experimental) The weekly time range (in UTC) during which system maintenance can occur.
|
default RemovalPolicy |
getRemovalPolicy()
(experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.
|
@Stability(value=Experimental) @NotNull IDatabaseCluster getCluster()
@Stability(value=Experimental) @NotNull InstanceType getInstanceType()
@Stability(value=Experimental) @Nullable default Boolean getAutoMinorVersionUpgrade()
Default: true
@Stability(value=Experimental) @Nullable default String getAvailabilityZone()
Default: - no preference
@Stability(value=Experimental) @Nullable default String getDbInstanceName()
If you specify a name, AWS CloudFormation converts it to lowercase.
Default: - a CloudFormation generated name
@Stability(value=Experimental) @Nullable default String getPreferredMaintenanceWindow()
Format: ddd:hh24:mi-ddd:hh24:mi
Constraint: Minimum 30-minute window
Default: - a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see https://docs.aws.amazon.com/documentdb/latest/developerguide/db-instance-maintain.html#maintenance-window
@Stability(value=Experimental) @Nullable default RemovalPolicy getRemovalPolicy()
Default: RemovalPolicy.Retain
@Stability(value=Experimental) static DatabaseInstanceProps.Builder builder()
DatabaseInstanceProps.Builder of DatabaseInstancePropsCopyright © 2021. All rights reserved.