ClusterShardNode

data class ClusterShardNode(val availabilityZone: String? = null, val createTime: String? = null, val endpoints: List<ClusterShardNodeEndpoint>? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(availabilityZone: String? = null, createTime: String? = null, endpoints: List<ClusterShardNodeEndpoint>? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zone in which the node resides.

Link copied to clipboard
val createTime: String? = null

The date and time when the node was created. Example: 2022-01-01T21:00:00Z.

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

Name of the cluster. If omitted, the provider will assign a random, unique name. Conflicts with name_prefix.