@Stability(value=Stable) @Internal public static final class DatabaseInstanceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatabaseInstanceProps
DatabaseInstanceProps
software.amazon.jsii.JsiiObject.InitializationMode
DatabaseInstanceProps.Builder, DatabaseInstanceProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(DatabaseInstanceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceProps.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAutoMinorVersionUpgrade()
Indicates that minor engine upgrades are applied automatically to the DB instance during the maintenance window.
|
String |
getAvailabilityZone()
The name of the Availability Zone where the DB instance will be located.
|
IDatabaseCluster |
getCluster()
The DocumentDB database cluster the instance should launch into.
|
String |
getDbInstanceName()
A name for the DB instance.
|
InstanceType |
getInstanceType()
The name of the compute and memory capacity classes.
|
String |
getPreferredMaintenanceWindow()
The weekly time range (in UTC) during which system maintenance can occur.
|
RemovalPolicy |
getRemovalPolicy()
The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(DatabaseInstanceProps.Builder builder)
DatabaseInstanceProps.Builder
.public final IDatabaseCluster getCluster()
DatabaseInstanceProps
getCluster
in interface DatabaseInstanceProps
public final InstanceType getInstanceType()
DatabaseInstanceProps
getInstanceType
in interface DatabaseInstanceProps
public final Boolean getAutoMinorVersionUpgrade()
DatabaseInstanceProps
Default: true
getAutoMinorVersionUpgrade
in interface DatabaseInstanceProps
public final String getAvailabilityZone()
DatabaseInstanceProps
Default: - no preference
getAvailabilityZone
in interface DatabaseInstanceProps
public final String getDbInstanceName()
DatabaseInstanceProps
If you specify a name, AWS CloudFormation converts it to lowercase.
Default: - a CloudFormation generated name
getDbInstanceName
in interface DatabaseInstanceProps
public final String getPreferredMaintenanceWindow()
DatabaseInstanceProps
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
getPreferredMaintenanceWindow
in interface DatabaseInstanceProps
public final RemovalPolicy getRemovalPolicy()
DatabaseInstanceProps
Default: RemovalPolicy.Retain
getRemovalPolicy
in interface DatabaseInstanceProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.