Uses of Class
software.amazon.awscdk.services.rds.CfnDBCluster.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBCluster.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionCfnDBCluster.Builder.allocatedStorage
(Number allocatedStorage) The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.CfnDBCluster.Builder.associatedRoles
(List<? extends Object> associatedRoles) Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster.CfnDBCluster.Builder.associatedRoles
(IResolvable associatedRoles) Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster.CfnDBCluster.Builder.autoMinorVersionUpgrade
(Boolean autoMinorVersionUpgrade) Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window.CfnDBCluster.Builder.autoMinorVersionUpgrade
(IResolvable autoMinorVersionUpgrade) Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window.CfnDBCluster.Builder.availabilityZones
(List<String> availabilityZones) A list of Availability Zones (AZs) where instances in the DB cluster can be created.CfnDBCluster.Builder.backtrackWindow
(Number backtrackWindow) The target backtrack window, in seconds.CfnDBCluster.Builder.backupRetentionPeriod
(Number backupRetentionPeriod) The number of days for which automated backups are retained.CfnDBCluster.Builder.clusterScalabilityType
(String clusterScalabilityType) Specifies the scalability mode of the Aurora DB cluster.CfnDBCluster.Builder.copyTagsToSnapshot
(Boolean copyTagsToSnapshot) A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster.CfnDBCluster.Builder.copyTagsToSnapshot
(IResolvable copyTagsToSnapshot) A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster.static CfnDBCluster.Builder
CfnDBCluster.Builder.databaseInsightsMode
(String databaseInsightsMode) The mode of Database Insights to enable for the DB cluster.CfnDBCluster.Builder.databaseName
(String databaseName) The name of your database.CfnDBCluster.Builder.dbClusterIdentifier
(String dbClusterIdentifier) The DB cluster identifier.CfnDBCluster.Builder.dbClusterInstanceClass
(String dbClusterInstanceClass) The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for exampledb.m6gd.xlarge
.CfnDBCluster.Builder.dbClusterParameterGroupName
(String dbClusterParameterGroupName) The name of the DB cluster parameter group to associate with this DB cluster.CfnDBCluster.Builder.dbInstanceParameterGroupName
(String dbInstanceParameterGroupName) The name of the DB parameter group to apply to all instances of the DB cluster.CfnDBCluster.Builder.dbSubnetGroupName
(String dbSubnetGroupName) A DB subnet group that you want to associate with this DB cluster.CfnDBCluster.Builder.dbSystemId
(String dbSystemId) Reserved for future use.CfnDBCluster.Builder.deletionProtection
(Boolean deletionProtection) A value that indicates whether the DB cluster has deletion protection enabled.CfnDBCluster.Builder.deletionProtection
(IResolvable deletionProtection) A value that indicates whether the DB cluster has deletion protection enabled.Indicates the directory ID of the Active Directory to create the DB cluster.CfnDBCluster.Builder.domainIamRoleName
(String domainIamRoleName) Specifies the name of the IAM role to use when making API calls to the Directory Service.CfnDBCluster.Builder.enableCloudwatchLogsExports
(List<String> enableCloudwatchLogsExports) The list of log types that need to be enabled for exporting to CloudWatch Logs.CfnDBCluster.Builder.enableGlobalWriteForwarding
(Boolean enableGlobalWriteForwarding) Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database).CfnDBCluster.Builder.enableGlobalWriteForwarding
(IResolvable enableGlobalWriteForwarding) Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database).CfnDBCluster.Builder.enableHttpEndpoint
(Boolean enableHttpEndpoint) Specifies whether to enable the HTTP endpoint for the DB cluster.CfnDBCluster.Builder.enableHttpEndpoint
(IResolvable enableHttpEndpoint) Specifies whether to enable the HTTP endpoint for the DB cluster.CfnDBCluster.Builder.enableIamDatabaseAuthentication
(Boolean enableIamDatabaseAuthentication) A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.CfnDBCluster.Builder.enableIamDatabaseAuthentication
(IResolvable enableIamDatabaseAuthentication) A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.CfnDBCluster.Builder.enableLocalWriteForwarding
(Boolean enableLocalWriteForwarding) Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster.CfnDBCluster.Builder.enableLocalWriteForwarding
(IResolvable enableLocalWriteForwarding) Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster.The name of the database engine to be used for this DB cluster.CfnDBCluster.Builder.engineLifecycleSupport
(String engineLifecycleSupport) The life cycle type for this DB cluster.CfnDBCluster.Builder.engineMode
(String engineMode) The DB engine mode of the DB cluster, eitherprovisioned
orserverless
.CfnDBCluster.Builder.engineVersion
(String engineVersion) The version number of the database engine to use.CfnDBCluster.Builder.globalClusterIdentifier
(String globalClusterIdentifier) If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster.The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.The Amazon Resource Name (ARN) of the AWS 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
.CfnDBCluster.Builder.manageMasterUserPassword
(Boolean manageMasterUserPassword) Specifies whether to manage the master user password with AWS Secrets Manager.CfnDBCluster.Builder.manageMasterUserPassword
(IResolvable manageMasterUserPassword) Specifies whether to manage the master user password with AWS Secrets Manager.CfnDBCluster.Builder.masterUsername
(String masterUsername) The name of the master user for the DB cluster.CfnDBCluster.Builder.masterUserPassword
(String masterUserPassword) The master password for the DB instance.CfnDBCluster.Builder.masterUserSecret
(IResolvable masterUserSecret) The secret managed by RDS in AWS Secrets Manager for the master user password.CfnDBCluster.Builder.masterUserSecret
(CfnDBCluster.MasterUserSecretProperty masterUserSecret) The secret managed by RDS in AWS Secrets Manager for the master user password.CfnDBCluster.Builder.monitoringInterval
(Number monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.CfnDBCluster.Builder.monitoringRoleArn
(String monitoringRoleArn) The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.CfnDBCluster.Builder.networkType
(String networkType) The network type of the DB cluster.CfnDBCluster.Builder.performanceInsightsEnabled
(Boolean performanceInsightsEnabled) Specifies whether to turn on Performance Insights for the DB cluster.CfnDBCluster.Builder.performanceInsightsEnabled
(IResolvable performanceInsightsEnabled) Specifies whether to turn on Performance Insights for the DB cluster.CfnDBCluster.Builder.performanceInsightsKmsKeyId
(String performanceInsightsKmsKeyId) The AWS KMS key identifier for encryption of Performance Insights data.CfnDBCluster.Builder.performanceInsightsRetentionPeriod
(Number performanceInsightsRetentionPeriod) The number of days to retain Performance Insights data.The port number on which the DB instances in the DB cluster accept connections.CfnDBCluster.Builder.preferredBackupWindow
(String preferredBackupWindow) The daily time range during which automated backups are created.CfnDBCluster.Builder.preferredMaintenanceWindow
(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).CfnDBCluster.Builder.publiclyAccessible
(Boolean publiclyAccessible) Specifies whether the DB cluster is publicly accessible.CfnDBCluster.Builder.publiclyAccessible
(IResolvable publiclyAccessible) Specifies whether the DB cluster is publicly accessible.CfnDBCluster.Builder.replicationSourceIdentifier
(String replicationSourceIdentifier) The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica.CfnDBCluster.Builder.restoreToTime
(String restoreToTime) The date and time to restore the DB cluster to.CfnDBCluster.Builder.restoreType
(String restoreType) The type of restore to be performed.CfnDBCluster.Builder.scalingConfiguration
(IResolvable scalingConfiguration) The scaling configuration of an Aurora Serverless v1 DB cluster.CfnDBCluster.Builder.scalingConfiguration
(CfnDBCluster.ScalingConfigurationProperty scalingConfiguration) The scaling configuration of an Aurora Serverless v1 DB cluster.CfnDBCluster.Builder.serverlessV2ScalingConfiguration
(IResolvable serverlessV2ScalingConfiguration) The scaling configuration of an Aurora Serverless V2 DB cluster.CfnDBCluster.Builder.serverlessV2ScalingConfiguration
(CfnDBCluster.ServerlessV2ScalingConfigurationProperty serverlessV2ScalingConfiguration) The scaling configuration of an Aurora Serverless V2 DB cluster.CfnDBCluster.Builder.snapshotIdentifier
(String snapshotIdentifier) The identifier for the DB snapshot or DB cluster snapshot to restore from.CfnDBCluster.Builder.sourceDbClusterIdentifier
(String sourceDbClusterIdentifier) When restoring a DB cluster to a point in time, the identifier of the source DB cluster from which to restore.CfnDBCluster.Builder.sourceRegion
(String sourceRegion) The AWS Region which contains the source DB cluster when replicating a DB cluster.CfnDBCluster.Builder.storageEncrypted
(Boolean storageEncrypted) Indicates whether the DB cluster is encrypted.CfnDBCluster.Builder.storageEncrypted
(IResolvable storageEncrypted) Indicates whether the DB cluster is encrypted.CfnDBCluster.Builder.storageType
(String storageType) The storage type to associate with the DB cluster.Tags to assign to the DB cluster.CfnDBCluster.Builder.useLatestRestorableTime
(Boolean useLatestRestorableTime) A value that indicates whether to restore the DB cluster to the latest restorable backup time.CfnDBCluster.Builder.useLatestRestorableTime
(IResolvable useLatestRestorableTime) A value that indicates whether to restore the DB cluster to the latest restorable backup time.CfnDBCluster.Builder.vpcSecurityGroupIds
(List<String> vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB cluster.