GetMultiRegionClusterResult

data class GetMultiRegionClusterResult(val arn: String? = null, val description: String? = null, val engine: String? = null, val multiRegionClusterName: String? = null, val nodeType: String? = null, val numShards: Int? = null, val status: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, engine: String? = null, multiRegionClusterName: String? = null, nodeType: String? = null, numShards: Int? = null, status: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the multi region cluster.

Link copied to clipboard
val description: String? = null

Description of the multi region cluster.

Link copied to clipboard
val engine: String? = null

The engine type used by the multi region cluster.

Link copied to clipboard

The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.

Link copied to clipboard
val nodeType: String? = null

The compute and memory capacity of the nodes in the multi region cluster.

Link copied to clipboard
val numShards: Int? = null

The number of shards the multi region cluster will contain.

Link copied to clipboard
val status: String? = null

The status of the multi region cluster. For example, Available, Updating, Creating.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this multi region cluster.