Uses of Class
software.amazon.awscdk.services.rds.CfnGlobalCluster.Builder
Packages that use CfnGlobalCluster.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnGlobalCluster.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return CfnGlobalCluster.BuilderModifier and TypeMethodDescriptionstatic CfnGlobalCluster.BuilderCfnGlobalCluster.Builder.deletionProtection(Boolean deletionProtection) The deletion protection setting for the new global database.CfnGlobalCluster.Builder.deletionProtection(IResolvable deletionProtection) The deletion protection setting for the new global database.The name of the database engine to be used for this DB cluster.CfnGlobalCluster.Builder.engineVersion(String engineVersion) The engine version of the Aurora global database.CfnGlobalCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier) The cluster identifier of the global database cluster.CfnGlobalCluster.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) The DB cluster identifier or Amazon Resource Name (ARN) to use as the primary cluster of the global database.CfnGlobalCluster.Builder.storageEncrypted(Boolean storageEncrypted) The storage encryption setting for the global database cluster.CfnGlobalCluster.Builder.storageEncrypted(IResolvable storageEncrypted) The storage encryption setting for the global database cluster.