MultiRegionCluster

class MultiRegionCluster : KotlinCustomResource

The AWS::MemoryDB::Multi Region Cluster resource creates an Amazon MemoryDB Multi Region Cluster.

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard
val description: Output<String>?

Description of the multi region cluster.

Link copied to clipboard
val engine: Output<String>?

The engine type used by the multi region cluster.

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

The Redis engine version used by the multi region cluster.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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

Link copied to clipboard

The name of the Multi Region cluster. This value must be unique as it also serves as the multi region cluster identifier.

Link copied to clipboard

The name of the parameter group associated with the multi region cluster.

Link copied to clipboard
val nodeType: Output<String>

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

Link copied to clipboard
val numShards: Output<Int>?

The number of shards the multi region cluster will contain.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

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

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

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

Link copied to clipboard
val tlsEnabled: Output<Boolean>?

A flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

Link copied to clipboard

An enum string value that determines the update strategy for scaling. Possible values are 'COORDINATED' and 'UNCOORDINATED'. Default is 'COORDINATED'.

Link copied to clipboard
val urn: Output<String>