Class CfnDBInstanceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBInstanceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBInstanceProps
CfnDBInstanceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.neptune.CfnDBInstanceProps
CfnDBInstanceProps.Builder, CfnDBInstanceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDBInstanceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDBInstanceProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Indicates that major version upgrades are allowed.final Object
Indicates that minor version patches are applied automatically.final String
Specifies the name of the Availability Zone the DB instance is located in.final String
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.final String
Contains the name of the compute and memory capacity class of the DB instance.final String
Contains a user-supplied database identifier.final String
The name of an existing DB parameter group or a reference to an AWS::Neptune::DBParameterGroup resource created in the template.final String
This parameter is not supported.final String
A DB subnet group to associate with the DB instance.final String
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).getTags()
An arbitrary set of tags (key-value pairs) for this DB instance.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDBInstanceProps.Builder
.
-
-
Method Details
-
getDbInstanceClass
Description copied from interface:CfnDBInstanceProps
Contains the name of the compute and memory capacity class of the DB instance.If you update this property, some interruptions may occur.
- Specified by:
getDbInstanceClass
in interfaceCfnDBInstanceProps
- See Also:
-
getAllowMajorVersionUpgrade
Description copied from interface:CfnDBInstanceProps
Indicates that major version upgrades are allowed.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.
When you change this parameter for an existing DB cluster, CloudFormation will replace your existing DB cluster with a new, empty one that uses the engine version you specified.
- Specified by:
getAllowMajorVersionUpgrade
in interfaceCfnDBInstanceProps
- See Also:
-
getAutoMinorVersionUpgrade
Description copied from interface:CfnDBInstanceProps
Indicates that minor version patches are applied automatically.When updating this property, some interruptions may occur.
- Specified by:
getAutoMinorVersionUpgrade
in interfaceCfnDBInstanceProps
- See Also:
-
getAvailabilityZone
Description copied from interface:CfnDBInstanceProps
Specifies the name of the Availability Zone the DB instance is located in.- Specified by:
getAvailabilityZone
in interfaceCfnDBInstanceProps
- See Also:
-
getDbClusterIdentifier
Description copied from interface:CfnDBInstanceProps
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.- Specified by:
getDbClusterIdentifier
in interfaceCfnDBInstanceProps
- See Also:
-
getDbInstanceIdentifier
Description copied from interface:CfnDBInstanceProps
Contains a user-supplied database identifier.This identifier is the unique key that identifies a DB instance.
- Specified by:
getDbInstanceIdentifier
in interfaceCfnDBInstanceProps
- See Also:
-
getDbParameterGroupName
Description copied from interface:CfnDBInstanceProps
The name of an existing DB parameter group or a reference to an AWS::Neptune::DBParameterGroup resource created in the template.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.
- Specified by:
getDbParameterGroupName
in interfaceCfnDBInstanceProps
- See Also:
-
getDbSnapshotIdentifier
Description copied from interface:CfnDBInstanceProps
This parameter is not supported.AWS::Neptune::DBInstance
does not support restoring from snapshots.AWS::Neptune::DBCluster
does support restoring from snapshots.- Specified by:
getDbSnapshotIdentifier
in interfaceCfnDBInstanceProps
- See Also:
-
getDbSubnetGroupName
Description copied from interface:CfnDBInstanceProps
A DB subnet group to associate with the DB instance.If you update this value, the new subnet group must be a subnet group in a new virtual private cloud (VPC).
- Specified by:
getDbSubnetGroupName
in interfaceCfnDBInstanceProps
- See Also:
-
getPreferredMaintenanceWindow
Description copied from interface:CfnDBInstanceProps
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).- Specified by:
getPreferredMaintenanceWindow
in interfaceCfnDBInstanceProps
- See Also:
-
getTags
Description copied from interface:CfnDBInstanceProps
An arbitrary set of tags (key-value pairs) for this DB instance.- Specified by:
getTags
in interfaceCfnDBInstanceProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-