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 Number
The port number on which the DB instances in the DB cluster accept connections.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
The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the database instances in the DB cluster, such asarn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef
.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
Contains the scaling configuration of an Neptune Serverless DB cluster.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
- See Also:
-
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
- See Also:
-
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.
Default: - 1
- Specified by:
getBackupRetentionPeriod
in interfaceCfnDBClusterProps
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
- The
-
getDbPort
Description copied from interface:CfnDBClusterProps
The port number on which the DB instances in the DB cluster accept connections.If not specified, the default port used is
8182
.The
Port
property will soon be deprecated. Please update existing templates to use the newDBPort
property that has the same functionality.- Specified by:
getDbPort
in interfaceCfnDBClusterProps
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
getEngineVersion
Description copied from interface:CfnDBClusterProps
Indicates the database engine version.- Specified by:
getEngineVersion
in interfaceCfnDBClusterProps
- See Also:
-
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
- See Also:
-
getKmsKeyId
Description copied from interface:CfnDBClusterProps
The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the database instances in the DB cluster, such asarn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef
.If you enable the
StorageEncrypted
property but don't specify this property, the default KMS key is used. If you specify this property, you must set theStorageEncrypted
property totrue
.- Specified by:
getKmsKeyId
in interfaceCfnDBClusterProps
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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.
Default: - "full-copy"
- Specified by:
getRestoreType
in interfaceCfnDBClusterProps
- See Also:
-
getServerlessScalingConfiguration
Description copied from interface:CfnDBClusterProps
Contains the scaling configuration of an Neptune Serverless DB cluster.- Specified by:
getServerlessScalingConfiguration
in interfaceCfnDBClusterProps
- See Also:
-
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
- See Also:
-
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
- See Also:
-
getStorageEncrypted
Description copied from interface:CfnDBClusterProps
Indicates whether the DB cluster is encrypted.If you specify the
KmsKeyId
property, then you must enable encryption and set this property totrue
.If you enable the
StorageEncrypted
property but don't specify theKmsKeyId
property, then the default KMS key is used. If you specify theKmsKeyId
property, then that KMS key is used to encrypt the database instances in the DB cluster.If you specify the
SourceDBClusterIdentifier
property, and don't specify this property or disable it, the value is inherited from the source DB cluster. If the source DB cluster is encrypted, theKmsKeyId
property from the source cluster is used.If you specify the
DBSnapshotIdentifier
and don't specify this property or disable it, the value is inherited from the snapshot and the specifiedKmsKeyId
property from the snapshot is used.- Specified by:
getStorageEncrypted
in interfaceCfnDBClusterProps
- See Also:
-
getTags
Description copied from interface:CfnDBClusterProps
The tags assigned to this cluster.- Specified by:
getTags
in interfaceCfnDBClusterProps
- See Also:
-
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
- See Also:
-
getVpcSecurityGroupIds
Description copied from interface:CfnDBClusterProps
Provides a list of VPC security groups that the DB cluster belongs to.- Specified by:
getVpcSecurityGroupIds
in interfaceCfnDBClusterProps
- See Also:
-
$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()
-