GetReplicationGroupResult

data class GetReplicationGroupResult(val arn: String, val authTokenEnabled: Boolean, val automaticFailoverEnabled: Boolean, val configurationEndpointAddress: String, val description: String, val id: String, val logDeliveryConfigurations: List<GetReplicationGroupLogDeliveryConfiguration>, val memberClusters: List<String>, val multiAzEnabled: Boolean, val nodeType: String, val numCacheClusters: Int, val numNodeGroups: Int, val numberCacheClusters: Int, val port: Int, val primaryEndpointAddress: String, val readerEndpointAddress: String, val replicasPerNodeGroup: Int, val replicationGroupDescription: String, val replicationGroupId: String, val snapshotRetentionLimit: Int, val snapshotWindow: String)

A collection of values returned by getReplicationGroup.

Constructors

Link copied to clipboard
constructor(arn: String, authTokenEnabled: Boolean, automaticFailoverEnabled: Boolean, configurationEndpointAddress: String, description: String, id: String, logDeliveryConfigurations: List<GetReplicationGroupLogDeliveryConfiguration>, memberClusters: List<String>, multiAzEnabled: Boolean, nodeType: String, numCacheClusters: Int, numNodeGroups: Int, numberCacheClusters: Int, port: Int, primaryEndpointAddress: String, readerEndpointAddress: String, replicasPerNodeGroup: Int, replicationGroupDescription: String, replicationGroupId: String, snapshotRetentionLimit: Int, snapshotWindow: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the created ElastiCache Replication Group.

Link copied to clipboard

Whether an AuthToken (password) is enabled.

Link copied to clipboard

A flag whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.

Link copied to clipboard

The configuration endpoint address to allow host discovery.

Link copied to clipboard

Description of the replication group.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Identifiers of all the nodes that are part of this replication group.

Link copied to clipboard

Whether Multi-AZ Support is enabled for the replication group.

Link copied to clipboard

The cluster node type.

Link copied to clipboard

(Deprecated use num_cache_clusters instead) Number of cache clusters that the replication group has.

Link copied to clipboard

The number of cache clusters that the replication group has.

Link copied to clipboard

Number of node groups (shards) for the replication group.

Link copied to clipboard
val port: Int

The port number on which the configuration endpoint will accept connections.

Link copied to clipboard

The endpoint of the primary node in this node group (shard).

Link copied to clipboard

The endpoint of the reader node in this node group (shard).

Link copied to clipboard

Number of replica nodes in each node group.

Link copied to clipboard

(Deprecated use description instead) Description of the replication group.

Link copied to clipboard
Link copied to clipboard

The number of days for which ElastiCache retains automatic cache cluster snapshots before deleting them.

Link copied to clipboard

Daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).