Uses of Class
software.amazon.awscdk.services.docdbelastic.CfnCluster.Builder
Packages that use CfnCluster.Builder
Package
Description
AWS::DocDBElastic Construct Library
-
Uses of CfnCluster.Builder in software.amazon.awscdk.services.docdbelastic
Methods in software.amazon.awscdk.services.docdbelastic that return CfnCluster.BuilderModifier and TypeMethodDescriptionCfnCluster.Builder.adminUserName
(String adminUserName) The name of the Amazon DocumentDB elastic clusters administrator.CfnCluster.Builder.adminUserPassword
(String adminUserPassword) The password for the Elastic DocumentDB cluster administrator and can contain any printable ASCII characters.The authentication type used to determine where to fetch the password used for accessing the elastic cluster.CfnCluster.Builder.backupRetentionPeriod
(Number backupRetentionPeriod) The number of days for which automatic snapshots are retained.CfnCluster.Builder.clusterName
(String clusterName) The name of the new elastic cluster.static CfnCluster.Builder
The KMS key identifier to use to encrypt the new elastic cluster.CfnCluster.Builder.preferredBackupWindow
(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, as determined bybackupRetentionPeriod
.CfnCluster.Builder.preferredMaintenanceWindow
(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).CfnCluster.Builder.shardCapacity
(Number shardCapacity) The number of vCPUs assigned to each elastic cluster shard.CfnCluster.Builder.shardCount
(Number shardCount) The number of shards assigned to the elastic cluster.CfnCluster.Builder.shardInstanceCount
(Number shardInstanceCount) The number of replica instances applying to all shards in the cluster.The Amazon EC2 subnet IDs for the new elastic cluster.The tags to be assigned to the new elastic cluster.CfnCluster.Builder.vpcSecurityGroupIds
(List<String> vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with the new elastic cluster.