Class CfnDBClusterProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnDBClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBClusterProps
An implementation for CfnDBClusterProps
  • 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(CfnDBClusterProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDBClusterProps.Builder.
  • Method Details

    • getAssociatedRoles

      public final Object getAssociatedRoles()
      Description copied from interface: CfnDBClusterProps
      Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster.

      IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other Amazon services on your behalf.

      Specified by:
      getAssociatedRoles in interface CfnDBClusterProps
    • getAvailabilityZones

      public final List<String> getAvailabilityZones()
      Description copied from interface: CfnDBClusterProps
      Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.
      Specified by:
      getAvailabilityZones in interface CfnDBClusterProps
    • getBackupRetentionPeriod

      public final Number getBackupRetentionPeriod()
      Description copied from interface: CfnDBClusterProps
      Specifies the number of days for which automatic DB snapshots are retained.

      An update may require some interruption. See ModifyDBInstance in the Amazon Neptune User Guide for more information.

      Specified by:
      getBackupRetentionPeriod in interface CfnDBClusterProps
    • getCopyTagsToSnapshot

      public final Object getCopyTagsToSnapshot()
      Description copied from interface: CfnDBClusterProps
      If set to true , tags are copied to any snapshot of the DB cluster that is created..
      Specified by:
      getCopyTagsToSnapshot in interface CfnDBClusterProps
    • getDbClusterIdentifier

      public final String getDbClusterIdentifier()
      Description copied from interface: CfnDBClusterProps
      Contains a user-supplied DB cluster identifier.

      This identifier is the unique key that identifies a DB cluster.

      Specified by:
      getDbClusterIdentifier in interface CfnDBClusterProps
    • getDbClusterParameterGroupName

      public final String getDbClusterParameterGroupName()
      Description copied from interface: CfnDBClusterProps
      Provides the name of the DB cluster parameter group.

      An update may require some interruption. See ModifyDBInstance in the Amazon Neptune User Guide for more information.

      Specified by:
      getDbClusterParameterGroupName in interface CfnDBClusterProps
    • getDbInstanceParameterGroupName

      public final String getDbInstanceParameterGroupName()
      Description copied from interface: CfnDBClusterProps
      The name of the DB parameter group to apply to all instances of the DB cluster.

      Used only in case of a major engine version upgrade request

      Note that when you apply a parameter group using DBInstanceParameterGroupName , parameter changes are applied immediately, not during the next maintenance window.

      Constraints - The DB parameter group must be in the same DB parameter group family as the target DB cluster version.

      • The DBInstanceParameterGroupName parameter is only valid for major engine version upgrades.
      Specified by:
      getDbInstanceParameterGroupName in interface CfnDBClusterProps
    • getDbSubnetGroupName

      public final String getDbSubnetGroupName()
      Description copied from interface: CfnDBClusterProps
      Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.
      Specified by:
      getDbSubnetGroupName in interface CfnDBClusterProps
    • getDeletionProtection

      public final Object getDeletionProtection()
      Description copied from interface: CfnDBClusterProps
      Indicates whether or not the DB cluster has deletion protection enabled.

      The database can't be deleted when deletion protection is enabled.

      Specified by:
      getDeletionProtection in interface CfnDBClusterProps
    • getEnableCloudwatchLogsExports

      public final List<String> getEnableCloudwatchLogsExports()
      Description copied from interface: CfnDBClusterProps
      Specifies a list of log types that are enabled for export to CloudWatch Logs.
      Specified by:
      getEnableCloudwatchLogsExports in interface CfnDBClusterProps
    • getEngineVersion

      public final String getEngineVersion()
      Description copied from interface: CfnDBClusterProps
      Indicates the database engine version.
      Specified by:
      getEngineVersion in interface CfnDBClusterProps
    • getIamAuthEnabled

      public final Object getIamAuthEnabled()
      Description copied from interface: CfnDBClusterProps
      True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
      Specified by:
      getIamAuthEnabled in interface CfnDBClusterProps
    • getKmsKeyId

      public final String getKmsKeyId()
      Description copied from interface: CfnDBClusterProps
      If StorageEncrypted is true, the Amazon KMS key identifier for the encrypted DB cluster.
      Specified by:
      getKmsKeyId in interface CfnDBClusterProps
    • getPort

      public final Number getPort()
      Description copied from interface: CfnDBClusterProps
      AWS::Neptune::DBCluster.Port.
      Specified by:
      getPort in interface CfnDBClusterProps
    • getPreferredBackupWindow

      public final String getPreferredBackupWindow()
      Description copied from interface: CfnDBClusterProps
      Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod .

      An update may require some interruption.

      Specified by:
      getPreferredBackupWindow in interface CfnDBClusterProps
    • getPreferredMaintenanceWindow

      public final String getPreferredMaintenanceWindow()
      Description copied from interface: CfnDBClusterProps
      Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
      Specified by:
      getPreferredMaintenanceWindow in interface CfnDBClusterProps
    • getRestoreToTime

      public final String getRestoreToTime()
      Description copied from interface: CfnDBClusterProps
      Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

      If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.

      If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

      Specified by:
      getRestoreToTime in interface CfnDBClusterProps
    • getRestoreType

      public final String getRestoreType()
      Description copied from interface: CfnDBClusterProps
      Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

      If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.

      If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

      Specified by:
      getRestoreType in interface CfnDBClusterProps
    • getServerlessScalingConfiguration

      public final Object getServerlessScalingConfiguration()
      Description copied from interface: CfnDBClusterProps
      AWS::Neptune::DBCluster.ServerlessScalingConfiguration.
      Specified by:
      getServerlessScalingConfiguration in interface CfnDBClusterProps
    • getSnapshotIdentifier

      public final String getSnapshotIdentifier()
      Description copied from interface: CfnDBClusterProps
      Specifies the identifier for a DB cluster snapshot. Must match the identifier of an existing snapshot.

      After you restore a DB cluster using a SnapshotIdentifier , you must specify the same SnapshotIdentifier for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed.

      However, if you don't specify the SnapshotIdentifier , an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the snapshot specified by the SnapshotIdentifier , and the original DB cluster is deleted.

      Specified by:
      getSnapshotIdentifier in interface CfnDBClusterProps
    • getSourceDbClusterIdentifier

      public final String getSourceDbClusterIdentifier()
      Description copied from interface: CfnDBClusterProps
      Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

      If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.

      If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

      Specified by:
      getSourceDbClusterIdentifier in interface CfnDBClusterProps
    • getStorageEncrypted

      public final Object getStorageEncrypted()
      Description copied from interface: CfnDBClusterProps
      Indicates whether the DB cluster is encrypted.

      If you specify the DBClusterIdentifier , DBSnapshotIdentifier , or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance. If you specify the KmsKeyId property, you must enable encryption.

      If you specify the KmsKeyId , you must enable encryption by setting StorageEncrypted to true.

      Specified by:
      getStorageEncrypted in interface CfnDBClusterProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnDBClusterProps
      The tags assigned to this cluster.
      Specified by:
      getTags in interface CfnDBClusterProps
    • getUseLatestRestorableTime

      public final Object getUseLatestRestorableTime()
      Description copied from interface: CfnDBClusterProps
      Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

      If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.

      If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

      Specified by:
      getUseLatestRestorableTime in interface CfnDBClusterProps
    • getVpcSecurityGroupIds

      public final List<String> getVpcSecurityGroupIds()
      Description copied from interface: CfnDBClusterProps
      Provides a list of VPC security groups that the DB cluster belongs to.
      Specified by:
      getVpcSecurityGroupIds in interface CfnDBClusterProps
    • $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