NodegroupTaintArgs

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

An object representing a Taint specification for AWS EKS Nodegroup.

Constructors

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

Properties

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

The effect of the taint.

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

The key of the taint.

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

The value of the taint.

Functions

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