Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.docdb.CfnDBClusterPropsMixin.Builder
Packages that use CfnDBClusterPropsMixin.Builder
-
Uses of CfnDBClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.docdb
Methods in software.amazon.awscdk.cfnpropertymixins.services.docdb that return CfnDBClusterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDBClusterPropsMixin.Builder.availabilityZones(List<String> availabilityZones) A list of Amazon EC2 Availability Zones that instances in the cluster can be created in.CfnDBClusterPropsMixin.Builder.backupRetentionPeriod(Number backupRetentionPeriod) The number of days for which automated backups are retained.CfnDBClusterPropsMixin.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Set totrueto copy all tags from the source cluster snapshot to the target cluster snapshot, and otherwisefalse.CfnDBClusterPropsMixin.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot) Set totrueto copy all tags from the source cluster snapshot to the target cluster snapshot, and otherwisefalse.CfnDBClusterPropsMixin.Builder.create()CfnDBClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDBClusterPropsMixin.Builder.dbClusterIdentifier(String dbClusterIdentifier) The cluster identifier.CfnDBClusterPropsMixin.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName) The name of the cluster parameter group to associate with this cluster.CfnDBClusterPropsMixin.Builder.dbSubnetGroupName(String dbSubnetGroupName) A subnet group to associate with this cluster.CfnDBClusterPropsMixin.Builder.deletionProtection(Boolean deletionProtection) Protects clusters from being accidentally deleted.CfnDBClusterPropsMixin.Builder.deletionProtection(IResolvable deletionProtection) Protects clusters from being accidentally deleted.CfnDBClusterPropsMixin.Builder.enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports) The list of log types that need to be enabled for exporting to Amazon CloudWatch Logs.CfnDBClusterPropsMixin.Builder.engineVersion(String engineVersion) The version number of the database engine to use.CfnDBClusterPropsMixin.Builder.globalClusterIdentifier(String globalClusterIdentifier) The cluster identifier of the new global cluster.The AWS key identifier for an encrypted cluster.CfnDBClusterPropsMixin.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.CfnDBClusterPropsMixin.Builder.manageMasterUserPassword(IResolvable manageMasterUserPassword) Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.CfnDBClusterPropsMixin.Builder.masterUsername(String masterUsername) The name of the master user for the cluster.CfnDBClusterPropsMixin.Builder.masterUserPassword(String masterUserPassword) The password for the master database user.CfnDBClusterPropsMixin.Builder.masterUserSecretKmsKeyId(String masterUserSecretKmsKeyId) The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.CfnDBClusterPropsMixin.Builder.networkType(String networkType) The network type of the cluster.Specifies the port that the database engine is listening on.CfnDBClusterPropsMixin.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled using theBackupRetentionPeriodparameter.CfnDBClusterPropsMixin.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).CfnDBClusterPropsMixin.Builder.restoreToTime(String restoreToTime) The date and time to restore the cluster to.CfnDBClusterPropsMixin.Builder.restoreType(String restoreType) The type of restore to be performed.CfnDBClusterPropsMixin.Builder.rotateMasterUserPassword(Boolean rotateMasterUserPassword) Specifies whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user password.CfnDBClusterPropsMixin.Builder.rotateMasterUserPassword(IResolvable rotateMasterUserPassword) Specifies whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user password.CfnDBClusterPropsMixin.Builder.serverlessV2ScalingConfiguration(CfnDBClusterPropsMixin.ServerlessV2ScalingConfigurationProperty serverlessV2ScalingConfiguration) Contains the scaling configuration of an Amazon DocumentDB Serverless cluster.CfnDBClusterPropsMixin.Builder.serverlessV2ScalingConfiguration(IResolvable serverlessV2ScalingConfiguration) Contains the scaling configuration of an Amazon DocumentDB Serverless cluster.CfnDBClusterPropsMixin.Builder.snapshotIdentifier(String snapshotIdentifier) The identifier for the snapshot or cluster snapshot to restore from.CfnDBClusterPropsMixin.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) The identifier of the source cluster from which to restore.CfnDBClusterPropsMixin.Builder.storageEncrypted(Boolean storageEncrypted) Specifies whether the cluster is encrypted.CfnDBClusterPropsMixin.Builder.storageEncrypted(IResolvable storageEncrypted) Specifies whether the cluster is encrypted.CfnDBClusterPropsMixin.Builder.storageType(String storageType) The storage type to associate with the DB cluster.The tags to be assigned to the cluster.CfnDBClusterPropsMixin.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime) A value that is set totrueto restore the cluster to the latest restorable backup time, andfalseotherwise.CfnDBClusterPropsMixin.Builder.useLatestRestorableTime(IResolvable useLatestRestorableTime) A value that is set totrueto restore the cluster to the latest restorable backup time, andfalseotherwise.CfnDBClusterPropsMixin.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this cluster.