| Package | Description |
|---|---|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDBCluster.Builder |
CfnDBCluster.Builder.availabilityZones(List<String> availabilityZones)
A list of Amazon EC2 Availability Zones that instances in the cluster can be created in.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.backupRetentionPeriod(Number backupRetentionPeriod)
The number of days for which automated backups are retained.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot)
`AWS::DocDB::DBCluster.CopyTagsToSnapshot`.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot)
`AWS::DocDB::DBCluster.CopyTagsToSnapshot`.
|
static CfnDBCluster.Builder |
CfnDBCluster.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBCluster.Builder |
CfnDBCluster.Builder.dbClusterIdentifier(String dbClusterIdentifier)
The cluster identifier.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the cluster parameter group to associate with this cluster.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.dbSubnetGroupName(String dbSubnetGroupName)
A subnet group to associate with this cluster.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.deletionProtection(Boolean deletionProtection)
Protects clusters from being accidentally deleted.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.deletionProtection(IResolvable deletionProtection)
Protects clusters from being accidentally deleted.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports)
The list of log types that need to be enabled for exporting to Amazon CloudWatch Logs.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.engineVersion(String engineVersion)
The version number of the database engine to use.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.kmsKeyId(String kmsKeyId)
The AWS KMS key identifier for an encrypted cluster.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.masterUsername(String masterUsername)
The name of the master user for the cluster.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.masterUserPassword(String masterUserPassword)
The password for the master database user.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.port(Number port)
Specifies the port that the database engine is listening on.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.preferredBackupWindow(String preferredBackupWindow)
The daily time range during which automated backups are created if automated backups are enabled using the `BackupRetentionPeriod` parameter.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.restoreToTime(String restoreToTime)
`AWS::DocDB::DBCluster.RestoreToTime`.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.restoreType(String restoreType)
`AWS::DocDB::DBCluster.RestoreType`.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.snapshotIdentifier(String snapshotIdentifier)
The identifier for the snapshot or cluster snapshot to restore from.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier)
`AWS::DocDB::DBCluster.SourceDBClusterIdentifier`.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.storageEncrypted(Boolean storageEncrypted)
Specifies whether the cluster is encrypted.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.storageEncrypted(IResolvable storageEncrypted)
Specifies whether the cluster is encrypted.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.tags(List<? extends CfnTag> tags)
The tags to be assigned to the cluster.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime)
`AWS::DocDB::DBCluster.UseLatestRestorableTime`.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.useLatestRestorableTime(IResolvable useLatestRestorableTime)
`AWS::DocDB::DBCluster.UseLatestRestorableTime`.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this cluster.
|
Copyright © 2022. All rights reserved.