Class CfnDBClusterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBClusterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBClusterMixinProps
CfnDBClusterMixinProps-
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.cfnpropertymixins.services.neptune.CfnDBClusterMixinProps
CfnDBClusterMixinProps.Builder, CfnDBClusterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDBClusterMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDBClusterMixinProps.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 NumberThe port number on which the DB instances in the DB cluster accept connections.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 ObjectThe 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 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 ObjectContains the scaling configuration of an Neptune Serverless DB cluster.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 theCfnDBClusterMixinProps.Builder.
-
-
Method Details
-
getAssociatedRoles
Description copied from interface:CfnDBClusterMixinPropsProvides 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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDBClusterPropsMixin.DBClusterRoleProperty>- Specified by:
getAssociatedRolesin interfaceCfnDBClusterMixinProps- See Also:
-
getAvailabilityZones
Description copied from interface:CfnDBClusterMixinPropsProvides the list of EC2 Availability Zones that instances in the DB cluster can be created in.- Specified by:
getAvailabilityZonesin interfaceCfnDBClusterMixinProps- See Also:
-
getBackupRetentionPeriod
Description copied from interface:CfnDBClusterMixinPropsSpecifies 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:
getBackupRetentionPeriodin interfaceCfnDBClusterMixinProps- See Also:
-
getCopyTagsToSnapshot
Description copied from interface:CfnDBClusterMixinPropsIf set totrue, tags are copied to any snapshot of the DB cluster that is created..Returns union: either
BooleanorIResolvable- Specified by:
getCopyTagsToSnapshotin interfaceCfnDBClusterMixinProps- See Also:
-
getDbClusterIdentifier
Description copied from interface:CfnDBClusterMixinPropsContains a user-supplied DB cluster identifier.This identifier is the unique key that identifies a DB cluster.
- Specified by:
getDbClusterIdentifierin interfaceCfnDBClusterMixinProps- See Also:
-
getDbClusterParameterGroupName
Description copied from interface:CfnDBClusterMixinPropsProvides 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 interfaceCfnDBClusterMixinProps- See Also:
-
getDbInstanceParameterGroupName
Description copied from interface:CfnDBClusterMixinPropsThe 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 interfaceCfnDBClusterMixinProps- See Also:
- The
-
getDbPort
Description copied from interface:CfnDBClusterMixinPropsThe port number on which the DB instances in the DB cluster accept connections.If not specified, the default port used is
8182.The
Portproperty will soon be deprecated. Please update existing templates to use the newDBPortproperty that has the same functionality.- Specified by:
getDbPortin interfaceCfnDBClusterMixinProps- See Also:
-
getDbSubnetGroupName
Description copied from interface:CfnDBClusterMixinPropsSpecifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.- Specified by:
getDbSubnetGroupNamein interfaceCfnDBClusterMixinProps- See Also:
-
getDeletionProtection
Description copied from interface:CfnDBClusterMixinPropsIndicates whether or not the DB cluster has deletion protection enabled.The database can't be deleted when deletion protection is enabled.
Returns union: either
BooleanorIResolvable- Specified by:
getDeletionProtectionin interfaceCfnDBClusterMixinProps- See Also:
-
getEnableCloudwatchLogsExports
Description copied from interface:CfnDBClusterMixinPropsSpecifies a list of log types that are enabled for export to CloudWatch Logs.- Specified by:
getEnableCloudwatchLogsExportsin interfaceCfnDBClusterMixinProps- See Also:
-
getEngineVersion
Description copied from interface:CfnDBClusterMixinPropsIndicates the database engine version.- Specified by:
getEngineVersionin interfaceCfnDBClusterMixinProps- See Also:
-
getIamAuthEnabled
Description copied from interface:CfnDBClusterMixinPropsTrue if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.Returns union: either
BooleanorIResolvable- Specified by:
getIamAuthEnabledin interfaceCfnDBClusterMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnDBClusterMixinPropsThe 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
StorageEncryptedproperty but don't specify this property, the default KMS key is used. If you specify this property, you must set theStorageEncryptedproperty totrue.- Specified by:
getKmsKeyIdin interfaceCfnDBClusterMixinProps- See Also:
-
getPreferredBackupWindow
Description copied from interface:CfnDBClusterMixinPropsSpecifies 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 interfaceCfnDBClusterMixinProps- See Also:
-
getPreferredMaintenanceWindow
Description copied from interface:CfnDBClusterMixinPropsSpecifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).- Specified by:
getPreferredMaintenanceWindowin interfaceCfnDBClusterMixinProps- See Also:
-
getRestoreToTime
Description copied from interface:CfnDBClusterMixinPropsCreates 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 interfaceCfnDBClusterMixinProps- See Also:
-
getRestoreType
Description copied from interface:CfnDBClusterMixinPropsCreates 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:
getRestoreTypein interfaceCfnDBClusterMixinProps- See Also:
-
getServerlessScalingConfiguration
Description copied from interface:CfnDBClusterMixinPropsContains the scaling configuration of an Neptune Serverless DB cluster.Returns union: either
IResolvableorCfnDBClusterPropsMixin.ServerlessScalingConfigurationProperty- Specified by:
getServerlessScalingConfigurationin interfaceCfnDBClusterMixinProps- See Also:
-
getSnapshotIdentifier
Description copied from interface:CfnDBClusterMixinPropsSpecifies 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 interfaceCfnDBClusterMixinProps- See Also:
-
getSourceDbClusterIdentifier
Description copied from interface:CfnDBClusterMixinPropsCreates 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 interfaceCfnDBClusterMixinProps- See Also:
-
getStorageEncrypted
Description copied from interface:CfnDBClusterMixinPropsIndicates whether the DB cluster is encrypted.If you specify the
KmsKeyIdproperty, then you must enable encryption and set this property totrue.If you enable the
StorageEncryptedproperty but don't specify theKmsKeyIdproperty, then the default KMS key is used. If you specify theKmsKeyIdproperty, then that KMS key is used to encrypt the database instances in the DB cluster.If you specify the
SourceDBClusterIdentifierproperty, 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, theKmsKeyIdproperty from the source cluster is used.If you specify the
DBSnapshotIdentifierand don't specify this property or disable it, the value is inherited from the snapshot and the specifiedKmsKeyIdproperty from the snapshot is used.Returns union: either
BooleanorIResolvable- Specified by:
getStorageEncryptedin interfaceCfnDBClusterMixinProps- See Also:
-
getTags
Description copied from interface:CfnDBClusterMixinPropsThe tags assigned to this cluster.- Specified by:
getTagsin interfaceCfnDBClusterMixinProps- See Also:
-
getUseLatestRestorableTime
Description copied from interface:CfnDBClusterMixinPropsCreates 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.
Returns union: either
BooleanorIResolvable- Specified by:
getUseLatestRestorableTimein interfaceCfnDBClusterMixinProps- See Also:
-
getVpcSecurityGroupIds
Description copied from interface:CfnDBClusterMixinPropsProvides a list of VPC security groups that the DB cluster belongs to.Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- Specified by:
getVpcSecurityGroupIdsin interfaceCfnDBClusterMixinProps- See Also:
-
$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()
-