GlobalReplicationGroupArgs

data class GlobalReplicationGroupArgs(val automaticFailoverEnabled: Output<Boolean>? = null, val cacheNodeType: Output<String>? = null, val cacheParameterGroupName: Output<String>? = null, val engineVersion: Output<String>? = null, val globalNodeGroupCount: Output<Int>? = null, val globalReplicationGroupDescription: Output<String>? = null, val globalReplicationGroupIdSuffix: Output<String>? = null, val members: Output<List<GlobalReplicationGroupMemberArgs>>? = null, val regionalConfigurations: Output<List<GlobalReplicationGroupRegionalConfigurationArgs>>? = null) : ConvertibleToJava<GlobalReplicationGroupArgs>

The AWS::ElastiCache::GlobalReplicationGroup resource creates an Amazon ElastiCache Global Replication Group.

Constructors

Link copied to clipboard
constructor(automaticFailoverEnabled: Output<Boolean>? = null, cacheNodeType: Output<String>? = null, cacheParameterGroupName: Output<String>? = null, engineVersion: Output<String>? = null, globalNodeGroupCount: Output<Int>? = null, globalReplicationGroupDescription: Output<String>? = null, globalReplicationGroupIdSuffix: Output<String>? = null, members: Output<List<GlobalReplicationGroupMemberArgs>>? = null, regionalConfigurations: Output<List<GlobalReplicationGroupRegionalConfigurationArgs>>? = null)

Properties

Link copied to clipboard
val automaticFailoverEnabled: Output<Boolean>? = null

AutomaticFailoverEnabled

Link copied to clipboard
val cacheNodeType: Output<String>? = null

The cache node type of the Global Datastore

Link copied to clipboard
val cacheParameterGroupName: Output<String>? = null

Cache parameter group name to use for the new engine version. This parameter cannot be modified independently.

Link copied to clipboard
val engineVersion: Output<String>? = null

The engine version of the Global Datastore.

Link copied to clipboard
val globalNodeGroupCount: Output<Int>? = null

Indicates the number of node groups in the Global Datastore.

Link copied to clipboard

The optional description of the Global Datastore

Link copied to clipboard

The suffix name of a Global Datastore. Amazon ElastiCache automatically applies a prefix to the Global Datastore ID when it is created. Each AWS Region has its own prefix.

Link copied to clipboard

The replication groups that comprise the Global Datastore.

Link copied to clipboard

Describes the replication group IDs, the AWS regions where they are stored and the shard configuration for each that comprise the Global Datastore

Functions

Link copied to clipboard
open override fun toJava(): GlobalReplicationGroupArgs