ClusterCacheNode

data class ClusterCacheNode(val address: String? = null, val availabilityZone: String? = null, val id: String? = null, val outpostArn: String? = null, val port: Int? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, availabilityZone: String? = null, id: String? = null, outpostArn: String? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null
Link copied to clipboard

Availability Zone for the cache cluster. If you want to create cache nodes in multi-az, use preferred_availability_zones instead. Default: System chosen Availability Zone. Changing this value will re-create the resource.

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val outpostArn: String? = null
Link copied to clipboard
val port: Int? = null

The port number on which each of the cache nodes will accept connections. For Memcached the default is 11211, and for Redis the default port is 6379. Cannot be provided with replication_group_id. Changing this value will re-create the resource.