Class CfnDBClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBClusterProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBClusterProps
CfnDBClusterProps
-
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.CfnDBClusterProps
CfnDBClusterProps.Builder, CfnDBClusterProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDBClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDBClusterProps.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
Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster.Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.final Number
Specifies the number of days for which automatic DB snapshots are retained.final Object
If set totrue
, tags are copied to any snapshot of the DB cluster that is created..final String
Contains a user-supplied DB cluster identifier.final String
Provides the name of the DB cluster parameter group.final String
The name of the DB parameter group to apply to all instances of the DB cluster.final String
Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.final Object
Indicates whether or not the DB cluster has deletion protection enabled.Specifies a list of log types that are enabled for export to CloudWatch Logs.final String
Indicates the database engine version.final Object
True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.final String
IfStorageEncrypted
is true, the Amazon KMS key identifier for the encrypted DB cluster.final Number
getPort()
AWS::Neptune::DBCluster.Port
.final String
Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by theBackupRetentionPeriod
.final String
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).final String
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.final String
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.final Object
AWS::Neptune::DBCluster.ServerlessScalingConfiguration
.final String
Specifies the identifier for a DB cluster snapshot.final String
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.final Object
Indicates whether the DB cluster is encrypted.getTags()
The tags assigned to this cluster.final Object
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.Provides a list of VPC security groups that the DB cluster belongs to.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 theCfnDBClusterProps.Builder
.
-
-
Method Details
-
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 interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
getCopyTagsToSnapshot
Description copied from interface:CfnDBClusterProps
If set totrue
, tags are copied to any snapshot of the DB cluster that is created..- Specified by:
getCopyTagsToSnapshot
in interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
- The
-
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 interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
getEnableCloudwatchLogsExports
Description copied from interface:CfnDBClusterProps
Specifies a list of log types that are enabled for export to CloudWatch Logs.- Specified by:
getEnableCloudwatchLogsExports
in interfaceCfnDBClusterProps
-
getEngineVersion
Description copied from interface:CfnDBClusterProps
Indicates the database engine version.- Specified by:
getEngineVersion
in interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
getKmsKeyId
Description copied from interface:CfnDBClusterProps
IfStorageEncrypted
is true, the Amazon KMS key identifier for the encrypted DB cluster.- Specified by:
getKmsKeyId
in interfaceCfnDBClusterProps
-
getPort
Description copied from interface:CfnDBClusterProps
AWS::Neptune::DBCluster.Port
.- Specified by:
getPort
in interfaceCfnDBClusterProps
-
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 theBackupRetentionPeriod
.An update may require some interruption.
- Specified by:
getPreferredBackupWindow
in interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
getServerlessScalingConfiguration
Description copied from interface:CfnDBClusterProps
AWS::Neptune::DBCluster.ServerlessScalingConfiguration
.- Specified by:
getServerlessScalingConfiguration
in interfaceCfnDBClusterProps
-
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 sameSnapshotIdentifier
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 theSnapshotIdentifier
, and the original DB cluster is deleted.- Specified by:
getSnapshotIdentifier
in interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
getStorageEncrypted
Description copied from interface:CfnDBClusterProps
Indicates whether the DB cluster is encrypted.If you specify the
DBClusterIdentifier
,DBSnapshotIdentifier
, orSourceDBInstanceIdentifier
property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance. If you specify theKmsKeyId
property, you must enable encryption.If you specify the
KmsKeyId
, you must enable encryption by settingStorageEncrypted
to true.- Specified by:
getStorageEncrypted
in interfaceCfnDBClusterProps
-
getTags
Description copied from interface:CfnDBClusterProps
The tags assigned to this cluster.- Specified by:
getTags
in interfaceCfnDBClusterProps
-
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 interfaceCfnDBClusterProps
-
getVpcSecurityGroupIds
Description copied from interface:CfnDBClusterProps
Provides a list of VPC security groups that the DB cluster belongs to.- Specified by:
getVpcSecurityGroupIds
in interfaceCfnDBClusterProps
-
$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()
-