Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.memorydb.CfnMultiRegionClusterPropsMixin.Builder
Packages that use CfnMultiRegionClusterPropsMixin.Builder
-
Uses of CfnMultiRegionClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.memorydb
Methods in software.amazon.awscdk.cfnpropertymixins.services.memorydb that return CfnMultiRegionClusterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMultiRegionClusterPropsMixin.Builder.create()CfnMultiRegionClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnMultiRegionClusterPropsMixin.Builder.description(String description) The description of the multi-Region cluster.The name of the engine used by the multi-Region cluster.CfnMultiRegionClusterPropsMixin.Builder.engineVersion(String engineVersion) The version of the engine used by the multi-Region cluster.CfnMultiRegionClusterPropsMixin.Builder.multiRegionClusterNameSuffix(String multiRegionClusterNameSuffix) A suffix to be added to the Multi-Region cluster name.CfnMultiRegionClusterPropsMixin.Builder.multiRegionParameterGroupName(String multiRegionParameterGroupName) The name of the multi-Region parameter group associated with the cluster.The node type used by the multi-Region cluster.The number of shards in the multi-Region cluster.A list of tags to be applied to the multi-Region cluster.CfnMultiRegionClusterPropsMixin.Builder.tlsEnabled(Boolean tlsEnabled) Indiciates if the multi-Region cluster is TLS enabled.CfnMultiRegionClusterPropsMixin.Builder.tlsEnabled(IResolvable tlsEnabled) Indiciates if the multi-Region cluster is TLS enabled.CfnMultiRegionClusterPropsMixin.Builder.updateStrategy(String updateStrategy) The strategy to use for the update operation.