Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnGlobalClusterPropsMixin.Builder
Packages that use CfnGlobalClusterPropsMixin.Builder
-
Uses of CfnGlobalClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rds
Methods in software.amazon.awscdk.cfnpropertymixins.services.rds that return CfnGlobalClusterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnGlobalClusterPropsMixin.Builder.create()CfnGlobalClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGlobalClusterPropsMixin.Builder.deletionProtection(Boolean deletionProtection) Specifies whether to enable deletion protection for the new global database cluster.CfnGlobalClusterPropsMixin.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.CfnGlobalClusterPropsMixin.Builder.engineLifecycleSupport(String engineLifecycleSupport) The life cycle type for this global database cluster.CfnGlobalClusterPropsMixin.Builder.engineVersion(String engineVersion) The engine version to use for this global database cluster.CfnGlobalClusterPropsMixin.Builder.globalClusterIdentifier(String globalClusterIdentifier) The cluster identifier for this global database cluster.CfnGlobalClusterPropsMixin.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) The Amazon Resource Name (ARN) to use as the primary cluster of the global database.CfnGlobalClusterPropsMixin.Builder.sourceDbClusterIdentifier(IDBClusterRef sourceDbClusterIdentifier) The Amazon Resource Name (ARN) to use as the primary cluster of the global database.CfnGlobalClusterPropsMixin.Builder.storageEncrypted(Boolean storageEncrypted) Specifies whether to enable storage encryption for the new global database cluster.CfnGlobalClusterPropsMixin.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.