Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.docdb.CfnGlobalClusterPropsMixin.Builder
Packages that use CfnGlobalClusterPropsMixin.Builder
-
Uses of CfnGlobalClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.docdb
Methods in software.amazon.awscdk.cfnpropertymixins.services.docdb that return CfnGlobalClusterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnGlobalClusterPropsMixin.Builder.create()CfnGlobalClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGlobalClusterPropsMixin.Builder.deletionProtection(Boolean deletionProtection) Indicates whether the global cluster has deletion protection enabled.CfnGlobalClusterPropsMixin.Builder.deletionProtection(IResolvable deletionProtection) Indicates whether the global cluster has deletion protection enabled.The database engine to use for this global cluster.CfnGlobalClusterPropsMixin.Builder.engineVersion(String engineVersion) The engine version to use for this global cluster.CfnGlobalClusterPropsMixin.Builder.globalClusterIdentifier(String globalClusterIdentifier) The cluster identifier of the global cluster.CfnGlobalClusterPropsMixin.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster.CfnGlobalClusterPropsMixin.Builder.storageEncrypted(Boolean storageEncrypted) Indicates whether the global cluster has storage encryption enabled.CfnGlobalClusterPropsMixin.Builder.storageEncrypted(IResolvable storageEncrypted) Indicates whether the global cluster has storage encryption enabled.The tags to be assigned to the Amazon DocumentDB resource.