public static final class CfnDBInstanceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBInstanceProps
CfnDBInstanceProps
CfnDBInstanceProps.Builder, CfnDBInstanceProps.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.Object |
getAllowMajorVersionUpgrade()
Indicates that major version upgrades are allowed.
|
java.lang.Object |
getAutoMinorVersionUpgrade()
Indicates that minor version patches are applied automatically.
|
java.lang.String |
getAvailabilityZone()
Specifies the name of the Availability Zone the DB instance is located in.
|
java.lang.String |
getDbClusterIdentifier()
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.
|
java.lang.String |
getDbInstanceClass()
Contains the name of the compute and memory capacity class of the DB instance.
|
java.lang.String |
getDbInstanceIdentifier()
Contains a user-supplied database identifier.
|
java.lang.String |
getDbParameterGroupName()
The name of an existing DB parameter group or a reference to an AWS::Neptune::DBParameterGroup resource created in the template.
|
java.lang.String |
getDbSnapshotIdentifier()
This parameter is not supported.
|
java.lang.String |
getDbSubnetGroupName()
A DB subnet group to associate with the DB instance.
|
java.lang.String |
getPreferredMaintenanceWindow()
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
java.util.List<CfnTag> |
getTags()
An arbitrary set of tags (key-value pairs) for this DB instance.
|
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 java.lang.String getDbInstanceClass()
CfnDBInstanceProps
If you update this property, some interruptions may occur.
getDbInstanceClass
in interface CfnDBInstanceProps
public final java.lang.Object getAllowMajorVersionUpgrade()
CfnDBInstanceProps
Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.
getAllowMajorVersionUpgrade
in interface CfnDBInstanceProps
public final java.lang.Object getAutoMinorVersionUpgrade()
CfnDBInstanceProps
When updating this property, some interruptions may occur.
getAutoMinorVersionUpgrade
in interface CfnDBInstanceProps
public final java.lang.String getAvailabilityZone()
CfnDBInstanceProps
getAvailabilityZone
in interface CfnDBInstanceProps
public final java.lang.String getDbClusterIdentifier()
CfnDBInstanceProps
getDbClusterIdentifier
in interface CfnDBInstanceProps
public final java.lang.String getDbInstanceIdentifier()
CfnDBInstanceProps
This identifier is the unique key that identifies a DB instance.
getDbInstanceIdentifier
in interface CfnDBInstanceProps
public final java.lang.String getDbParameterGroupName()
CfnDBInstanceProps
If any of the data members of the referenced parameter group are changed during an update, the DB instance might need to be restarted, which causes some interruption. If the parameter group contains static parameters, whether they were changed or not, an update triggers a reboot.
getDbParameterGroupName
in interface CfnDBInstanceProps
public final java.lang.String getDbSnapshotIdentifier()
CfnDBInstanceProps
AWS::Neptune::DBInstance
does not support restoring from snapshots.
AWS::Neptune::DBCluster
does support restoring from snapshots.
getDbSnapshotIdentifier
in interface CfnDBInstanceProps
public final java.lang.String getDbSubnetGroupName()
CfnDBInstanceProps
If you update this value, the new subnet group must be a subnet group in a new virtual private cloud (VPC).
getDbSubnetGroupName
in interface CfnDBInstanceProps
public final java.lang.String getPreferredMaintenanceWindow()
CfnDBInstanceProps
getPreferredMaintenanceWindow
in interface CfnDBInstanceProps
public final java.util.List<CfnTag> getTags()
CfnDBInstanceProps
getTags
in interface CfnDBInstanceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()