Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnGlobalReplicationGroupPropsMixin.Builder
Packages that use CfnGlobalReplicationGroupPropsMixin.Builder
-
Uses of CfnGlobalReplicationGroupPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticache
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticache that return CfnGlobalReplicationGroupPropsMixin.BuilderModifier and TypeMethodDescriptionCfnGlobalReplicationGroupPropsMixin.Builder.automaticFailoverEnabled(Boolean automaticFailoverEnabled) Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.CfnGlobalReplicationGroupPropsMixin.Builder.automaticFailoverEnabled(IResolvable automaticFailoverEnabled) Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.CfnGlobalReplicationGroupPropsMixin.Builder.cacheNodeType(String cacheNodeType) The cache node type of the Global datastore.CfnGlobalReplicationGroupPropsMixin.Builder.cacheParameterGroupName(String cacheParameterGroupName) The name of the cache parameter group to use with the Global datastore.CfnGlobalReplicationGroupPropsMixin.Builder.create()CfnGlobalReplicationGroupPropsMixin.Builder.create(CfnPropertyMixinOptions options) The ElastiCache engine.CfnGlobalReplicationGroupPropsMixin.Builder.engineVersion(String engineVersion) The Elasticache Valkey or Redis OSS engine version.CfnGlobalReplicationGroupPropsMixin.Builder.globalNodeGroupCount(Number globalNodeGroupCount) The number of node groups that comprise the Global Datastore.CfnGlobalReplicationGroupPropsMixin.Builder.globalReplicationGroupDescription(String globalReplicationGroupDescription) The optional description of the Global datastore.CfnGlobalReplicationGroupPropsMixin.Builder.globalReplicationGroupIdSuffix(String globalReplicationGroupIdSuffix) The suffix name of a Global Datastore.The replication groups that comprise the Global datastore.CfnGlobalReplicationGroupPropsMixin.Builder.members(IResolvable members) The replication groups that comprise the Global datastore.CfnGlobalReplicationGroupPropsMixin.Builder.regionalConfigurations(List<? extends Object> regionalConfigurations) The Regions that comprise the Global Datastore.CfnGlobalReplicationGroupPropsMixin.Builder.regionalConfigurations(IResolvable regionalConfigurations) The Regions that comprise the Global Datastore.