labels

@JvmName(name = "drkmqkvdyinramek")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "cirvwkjcujoevtxj")
suspend fun labels(value: Map<String, String>?)

Parameters

value

Key-value map of Kubernetes labels. Only labels that are applied with the EKS API are managed by this argument. Other Kubernetes labels applied to the EKS Node Group will not be managed.


@JvmName(name = "qrjtgnaqtipmjrfh")
fun labels(vararg values: Pair<String, String>)

Parameters

values

Key-value map of Kubernetes labels. Only labels that are applied with the EKS API are managed by this argument. Other Kubernetes labels applied to the EKS Node Group will not be managed.