public static final class DatabaseInstanceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatabaseInstanceProps
DatabaseInstanceProps
DatabaseInstanceProps.Builder, DatabaseInstanceProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getAvailabilityZone()
(experimental) The name of the Availability Zone where the DB instance will be located.
|
IDatabaseCluster |
getCluster()
(experimental) The Neptune database cluster the instance should launch into.
|
java.lang.String |
getDbInstanceName()
(experimental) A name for the DB instance.
|
InstanceType |
getInstanceType()
(experimental) What type of instance to start for the replicas.
|
IParameterGroup |
getParameterGroup()
(experimental) The DB parameter group to associate with the instance.
|
RemovalPolicy |
getRemovalPolicy()
(experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.
|
int |
hashCode() |
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.public final IDatabaseCluster getCluster()
DatabaseInstanceProps
getCluster
in interface DatabaseInstanceProps
public final InstanceType getInstanceType()
DatabaseInstanceProps
getInstanceType
in interface DatabaseInstanceProps
public final java.lang.String getAvailabilityZone()
DatabaseInstanceProps
Default: - no preference
getAvailabilityZone
in interface DatabaseInstanceProps
public final java.lang.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 IParameterGroup getParameterGroup()
DatabaseInstanceProps
Default: no parameter group
getParameterGroup
in interface DatabaseInstanceProps
public final RemovalPolicy getRemovalPolicy()
DatabaseInstanceProps
Default: RemovalPolicy.Retain
getRemovalPolicy
in interface DatabaseInstanceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()