Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.neptune.CfnGlobalClusterPropsMixin.Builder
Packages that use CfnGlobalClusterPropsMixin.Builder
-
Uses of CfnGlobalClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.neptune
Methods in software.amazon.awscdk.cfnpropertymixins.services.neptune that return CfnGlobalClusterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnGlobalClusterPropsMixin.Builder.create()CfnGlobalClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGlobalClusterPropsMixin.Builder.deletionProtection(Boolean deletionProtection) Whether deletion protection is enabled.CfnGlobalClusterPropsMixin.Builder.deletionProtection(IResolvable deletionProtection) Whether deletion protection is enabled.The name of the database engine.CfnGlobalClusterPropsMixin.Builder.engineVersion(String engineVersion) The version number of the database engine.CfnGlobalClusterPropsMixin.Builder.globalClusterIdentifier(String globalClusterIdentifier) The cluster identifier of the global database cluster.CfnGlobalClusterPropsMixin.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.CfnGlobalClusterPropsMixin.Builder.storageEncrypted(Boolean storageEncrypted) Whether the global database cluster is storage encrypted.CfnGlobalClusterPropsMixin.Builder.storageEncrypted(IResolvable storageEncrypted) Whether the global database cluster is storage encrypted.An array of key-value pairs to apply to this resource.