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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.neptune.CfnDBClusterProps
CfnDBClusterProps.Builder, CfnDBClusterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDBClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDBClusterProps.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 ObjectProvides 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 NumberSpecifies the number of days for which automatic DB snapshots are retained.final ObjectIf set totrue, tags are copied to any snapshot of the DB cluster that is created..final StringContains a user-supplied DB cluster identifier.final StringProvides the name of the DB cluster parameter group.final StringThe name of the DB parameter group to apply to all instances of the DB cluster.final StringSpecifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.final ObjectIndicates 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 StringIndicates the database engine version.final ObjectTrue if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.final StringIfStorageEncryptedis true, the Amazon KMS key identifier for the encrypted DB cluster.final NumbergetPort()AWS::Neptune::DBCluster.Port.final StringSpecifies the daily time range during which automated backups are created if automated backups are enabled, as determined by theBackupRetentionPeriod.final StringSpecifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).final StringCreates a new DB cluster from a DB snapshot or DB cluster snapshot.final StringCreates a new DB cluster from a DB snapshot or DB cluster snapshot.final ObjectAWS::Neptune::DBCluster.ServerlessScalingConfiguration.final StringSpecifies the identifier for a DB cluster snapshot.final StringCreates a new DB cluster from a DB snapshot or DB cluster snapshot.final ObjectIndicates whether the DB cluster is encrypted.getTags()The tags assigned to this cluster.final ObjectCreates 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 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 theCfnDBClusterProps.Builder.
-
-
Method Details
-
getAssociatedRoles
Description copied from interface:CfnDBClusterPropsProvides 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:
getAssociatedRolesin interfaceCfnDBClusterProps
-
getAvailabilityZones
Description copied from interface:CfnDBClusterPropsProvides the list of EC2 Availability Zones that instances in the DB cluster can be created in.- Specified by:
getAvailabilityZonesin interfaceCfnDBClusterProps
-
getBackupRetentionPeriod
Description copied from interface:CfnDBClusterPropsSpecifies 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:
getBackupRetentionPeriodin interfaceCfnDBClusterProps
-
getCopyTagsToSnapshot
Description copied from interface:CfnDBClusterPropsIf set totrue, tags are copied to any snapshot of the DB cluster that is created..- Specified by:
getCopyTagsToSnapshotin interfaceCfnDBClusterProps
-
getDbClusterIdentifier
Description copied from interface:CfnDBClusterPropsContains a user-supplied DB cluster identifier.This identifier is the unique key that identifies a DB cluster.
- Specified by:
getDbClusterIdentifierin interfaceCfnDBClusterProps
-
getDbClusterParameterGroupName
Description copied from interface:CfnDBClusterPropsProvides 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:
getDbClusterParameterGroupNamein interfaceCfnDBClusterProps
-
getDbInstanceParameterGroupName
Description copied from interface:CfnDBClusterPropsThe 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
DBInstanceParameterGroupNameparameter is only valid for major engine version upgrades.
- Specified by:
getDbInstanceParameterGroupNamein interfaceCfnDBClusterProps
- The
-
getDbSubnetGroupName
Description copied from interface:CfnDBClusterPropsSpecifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.- Specified by:
getDbSubnetGroupNamein interfaceCfnDBClusterProps
-
getDeletionProtection
Description copied from interface:CfnDBClusterPropsIndicates whether or not the DB cluster has deletion protection enabled.The database can't be deleted when deletion protection is enabled.
- Specified by:
getDeletionProtectionin interfaceCfnDBClusterProps
-
getEnableCloudwatchLogsExports
Description copied from interface:CfnDBClusterPropsSpecifies a list of log types that are enabled for export to CloudWatch Logs.- Specified by:
getEnableCloudwatchLogsExportsin interfaceCfnDBClusterProps
-
getEngineVersion
Description copied from interface:CfnDBClusterPropsIndicates the database engine version.- Specified by:
getEngineVersionin interfaceCfnDBClusterProps
-
getIamAuthEnabled
Description copied from interface:CfnDBClusterPropsTrue if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.- Specified by:
getIamAuthEnabledin interfaceCfnDBClusterProps
-
getKmsKeyId
Description copied from interface:CfnDBClusterPropsIfStorageEncryptedis true, the Amazon KMS key identifier for the encrypted DB cluster.- Specified by:
getKmsKeyIdin interfaceCfnDBClusterProps
-
getPort
Description copied from interface:CfnDBClusterPropsAWS::Neptune::DBCluster.Port.- Specified by:
getPortin interfaceCfnDBClusterProps
-
getPreferredBackupWindow
Description copied from interface:CfnDBClusterPropsSpecifies 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:
getPreferredBackupWindowin interfaceCfnDBClusterProps
-
getPreferredMaintenanceWindow
Description copied from interface:CfnDBClusterPropsSpecifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).- Specified by:
getPreferredMaintenanceWindowin interfaceCfnDBClusterProps
-
getRestoreToTime
Description copied from interface:CfnDBClusterPropsCreates 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:
getRestoreToTimein interfaceCfnDBClusterProps
-
getRestoreType
Description copied from interface:CfnDBClusterPropsCreates 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:
getRestoreTypein interfaceCfnDBClusterProps
-
getServerlessScalingConfiguration
Description copied from interface:CfnDBClusterPropsAWS::Neptune::DBCluster.ServerlessScalingConfiguration.- Specified by:
getServerlessScalingConfigurationin interfaceCfnDBClusterProps
-
getSnapshotIdentifier
Description copied from interface:CfnDBClusterPropsSpecifies 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 sameSnapshotIdentifierfor 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:
getSnapshotIdentifierin interfaceCfnDBClusterProps
-
getSourceDbClusterIdentifier
Description copied from interface:CfnDBClusterPropsCreates 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:
getSourceDbClusterIdentifierin interfaceCfnDBClusterProps
-
getStorageEncrypted
Description copied from interface:CfnDBClusterPropsIndicates whether the DB cluster is encrypted.If you specify the
DBClusterIdentifier,DBSnapshotIdentifier, orSourceDBInstanceIdentifierproperty, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance. If you specify theKmsKeyIdproperty, you must enable encryption.If you specify the
KmsKeyId, you must enable encryption by settingStorageEncryptedto true.- Specified by:
getStorageEncryptedin interfaceCfnDBClusterProps
-
getTags
Description copied from interface:CfnDBClusterPropsThe tags assigned to this cluster.- Specified by:
getTagsin interfaceCfnDBClusterProps
-
getUseLatestRestorableTime
Description copied from interface:CfnDBClusterPropsCreates 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:
getUseLatestRestorableTimein interfaceCfnDBClusterProps
-
getVpcSecurityGroupIds
Description copied from interface:CfnDBClusterPropsProvides a list of VPC security groups that the DB cluster belongs to.- Specified by:
getVpcSecurityGroupIdsin interfaceCfnDBClusterProps
-
$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()
-