ClusterNodeGroupAckConfigTolerationArgs

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

Constructors

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

Properties

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

The effect of ack cluster tolerations.

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

The tag key for this scaling rule specific metrics trigger.

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

The operator of ack cluster tolerations.

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

The tag value for this scaling rule specific metrics trigger.

Functions

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