Class CfnDBInstanceProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.neptune.CfnDBInstanceProps.Jsii$Proxy
All Implemented Interfaces:
CfnDBInstanceProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDBInstanceProps

@Stability(Stable) @Internal public static final class CfnDBInstanceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBInstanceProps
An implementation for CfnDBInstanceProps
  • 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

      protected Jsii$Proxy(CfnDBInstanceProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDBInstanceProps.Builder.
  • Method Details

    • getDbInstanceClass

      public final String 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 interface CfnDBInstanceProps
    • getAllowMajorVersionUpgrade

      public final Object 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 interface CfnDBInstanceProps
    • getAutoMinorVersionUpgrade

      public final Object 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 interface CfnDBInstanceProps
    • getAvailabilityZone

      public final String getAvailabilityZone()
      Description copied from interface: CfnDBInstanceProps
      Specifies the name of the Availability Zone the DB instance is located in.
      Specified by:
      getAvailabilityZone in interface CfnDBInstanceProps
    • getDbClusterIdentifier

      public final String 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 interface CfnDBInstanceProps
    • getDbInstanceIdentifier

      public final String 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 interface CfnDBInstanceProps
    • getDbParameterGroupName

      public final String 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 interface CfnDBInstanceProps
    • getDbSnapshotIdentifier

      public final String 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 interface CfnDBInstanceProps
    • getDbSubnetGroupName

      public final String 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 interface CfnDBInstanceProps
    • getPreferredMaintenanceWindow

      public final String 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 interface CfnDBInstanceProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnDBInstanceProps
      An arbitrary set of tags (key-value pairs) for this DB instance.
      Specified by:
      getTags in interface CfnDBInstanceProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object