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