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) Specifies whether to enable deletion protection for the new global database cluster.CfnGlobalCluster.Builder.deletionProtection(IResolvable deletionProtection) Specifies whether to enable deletion protection for the new global database cluster.The database engine to use for this global database cluster.CfnGlobalCluster.Builder.engineLifecycleSupport(String engineLifecycleSupport) The life cycle type for this global database cluster.CfnGlobalCluster.Builder.engineVersion(String engineVersion) The engine version to use for this global database cluster.CfnGlobalCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier) The cluster identifier for this global database cluster.CfnGlobalCluster.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) The Amazon Resource Name (ARN) to use as the primary cluster of the global database.CfnGlobalCluster.Builder.sourceDbClusterIdentifier(IDBClusterRef sourceDbClusterIdentifier) The Amazon Resource Name (ARN) to use as the primary cluster of the global database.CfnGlobalCluster.Builder.storageEncrypted(Boolean storageEncrypted) Specifies whether to enable storage encryption for the new global database cluster.CfnGlobalCluster.Builder.storageEncrypted(IResolvable storageEncrypted) Specifies whether to enable storage encryption for the new global database cluster.Metadata assigned to an Amazon RDS resource consisting of a key-value pair.