@Stability(value=Stable) @Internal public static final class CfnDBInstanceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBInstanceProps
CfnDBInstancePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDBInstanceProps.Builder, CfnDBInstanceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDBInstanceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDBInstanceProps.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) |
Object |
getAllowMajorVersionUpgrade()
Indicates that major version upgrades are allowed.
|
Object |
getAutoMinorVersionUpgrade()
Indicates that minor version patches are applied automatically.
|
String |
getAvailabilityZone()
Specifies the name of the Availability Zone the DB instance is located in.
|
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.
|
String |
getDbInstanceClass()
Contains the name of the compute and memory capacity class of the DB instance.
|
String |
getDbInstanceIdentifier()
Contains a user-supplied database identifier.
|
String |
getDbParameterGroupName()
The name of an existing DB parameter group or a reference to an AWS::Neptune::DBParameterGroup resource created in the template.
|
String |
getDbSnapshotIdentifier()
This parameter is not supported.
|
String |
getDbSubnetGroupName()
A DB subnet group to associate with the DB instance.
|
String |
getPreferredMaintenanceWindow()
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
List<CfnTag> |
getTags()
An arbitrary set of tags (key-value pairs) for this DB instance.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDBInstanceProps.Builder builder)
CfnDBInstanceProps.Builder.public final String getDbInstanceClass()
CfnDBInstancePropsIf you update this property, some interruptions may occur.
getDbInstanceClass in interface CfnDBInstancePropspublic final Object getAllowMajorVersionUpgrade()
CfnDBInstancePropsChanging 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 CfnDBInstancePropspublic final Object getAutoMinorVersionUpgrade()
CfnDBInstancePropsWhen updating this property, some interruptions may occur.
getAutoMinorVersionUpgrade in interface CfnDBInstancePropspublic final String getAvailabilityZone()
CfnDBInstancePropsgetAvailabilityZone in interface CfnDBInstancePropspublic final String getDbClusterIdentifier()
CfnDBInstancePropsgetDbClusterIdentifier in interface CfnDBInstancePropspublic final String getDbInstanceIdentifier()
CfnDBInstancePropsThis identifier is the unique key that identifies a DB instance.
getDbInstanceIdentifier in interface CfnDBInstancePropspublic final String getDbParameterGroupName()
CfnDBInstancePropsIf 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 CfnDBInstancePropspublic final String getDbSnapshotIdentifier()
CfnDBInstanceProps
AWS::Neptune::DBInstance does not support restoring from snapshots.
AWS::Neptune::DBCluster does support restoring from snapshots.
getDbSnapshotIdentifier in interface CfnDBInstancePropspublic final String getDbSubnetGroupName()
CfnDBInstancePropsIf you update this value, the new subnet group must be a subnet group in a new virtual private cloud (VPC).
getDbSubnetGroupName in interface CfnDBInstancePropspublic final String getPreferredMaintenanceWindow()
CfnDBInstancePropsgetPreferredMaintenanceWindow in interface CfnDBInstancePropspublic final List<CfnTag> getTags()
CfnDBInstancePropsgetTags in interface CfnDBInstanceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.