ClusterTagArgs

data class ClusterTagArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ClusterTagArgs>

The metadata that you apply to the cluster to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

Constructors

Link copied to clipboard
fun ClusterTagArgs(key: Output<String>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ClusterTagArgs

Properties

Link copied to clipboard
val key: Output<String>? = null
Link copied to clipboard
val value: Output<String>? = null