Class CfnDBInstanceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBInstanceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBInstanceMixinProps
CfnDBInstanceMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.neptune.mixins.CfnDBInstanceMixinProps
CfnDBInstanceMixinProps.Builder, CfnDBInstanceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBInstanceMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectIndicates that major version upgrades are allowed.final ObjectIndicates that minor version patches are applied automatically.final StringSpecifies the name of the Availability Zone the DB instance is located in.final StringIf 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 StringContains the name of the compute and memory capacity class of the DB instance.final StringContains a user-supplied database identifier.final StringThe name of an existing DB parameter group or a reference to an AWS::Neptune::DBParameterGroup resource created in the template.final String(deprecated) This parameter is not supported.final StringA DB subnet group to associate with the DB instance.final StringSpecifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).final ObjectIndicates whether the DB instance is publicly accessible.getTags()An arbitrary set of tags (key-value pairs) for this DB instance.final inthashCode()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 theCfnDBInstanceMixinProps.Builder.
-
-
Method Details
-
getAllowMajorVersionUpgrade
Description copied from interface:CfnDBInstanceMixinPropsIndicates 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.
Returns union: either
BooleanorIResolvable- Specified by:
getAllowMajorVersionUpgradein interfaceCfnDBInstanceMixinProps- See Also:
-
getAutoMinorVersionUpgrade
Description copied from interface:CfnDBInstanceMixinPropsIndicates that minor version patches are applied automatically.When updating this property, some interruptions may occur.
Returns union: either
BooleanorIResolvable- Specified by:
getAutoMinorVersionUpgradein interfaceCfnDBInstanceMixinProps- See Also:
-
getAvailabilityZone
Description copied from interface:CfnDBInstanceMixinPropsSpecifies the name of the Availability Zone the DB instance is located in.- Specified by:
getAvailabilityZonein interfaceCfnDBInstanceMixinProps- See Also:
-
getDbClusterIdentifier
Description copied from interface:CfnDBInstanceMixinPropsIf 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:
getDbClusterIdentifierin interfaceCfnDBInstanceMixinProps- See Also:
-
getDbInstanceClass
Description copied from interface:CfnDBInstanceMixinPropsContains the name of the compute and memory capacity class of the DB instance.If you update this property, some interruptions may occur.
- Specified by:
getDbInstanceClassin interfaceCfnDBInstanceMixinProps- See Also:
-
getDbInstanceIdentifier
Description copied from interface:CfnDBInstanceMixinPropsContains a user-supplied database identifier.This identifier is the unique key that identifies a DB instance.
- Specified by:
getDbInstanceIdentifierin interfaceCfnDBInstanceMixinProps- See Also:
-
getDbParameterGroupName
Description copied from interface:CfnDBInstanceMixinPropsThe 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:
getDbParameterGroupNamein interfaceCfnDBInstanceMixinProps- See Also:
-
getDbSnapshotIdentifier
Description copied from interface:CfnDBInstanceMixinProps(deprecated) This parameter is not supported.AWS::Neptune::DBInstancedoes not support restoring from snapshots.AWS::Neptune::DBClusterdoes support restoring from snapshots.- Specified by:
getDbSnapshotIdentifierin interfaceCfnDBInstanceMixinProps- See Also:
-
getDbSubnetGroupName
Description copied from interface:CfnDBInstanceMixinPropsA 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:
getDbSubnetGroupNamein interfaceCfnDBInstanceMixinProps- See Also:
-
getPreferredMaintenanceWindow
Description copied from interface:CfnDBInstanceMixinPropsSpecifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).- Specified by:
getPreferredMaintenanceWindowin interfaceCfnDBInstanceMixinProps- See Also:
-
getPubliclyAccessible
Description copied from interface:CfnDBInstanceMixinPropsIndicates whether the DB instance is publicly accessible.When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.
When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.
Returns union: either
BooleanorIResolvable- Specified by:
getPubliclyAccessiblein interfaceCfnDBInstanceMixinProps- See Also:
-
getTags
Description copied from interface:CfnDBInstanceMixinPropsAn arbitrary set of tags (key-value pairs) for this DB instance.- Specified by:
getTagsin interfaceCfnDBInstanceMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-