ClusterNodeGroupAckConfigCustomAnnotationArgs

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

Constructors

constructor(key: Output<String>, value: Output<String>? = null)

Properties

Link copied to clipboard
val key: Output<String>

The tag key for this scaling rule specific metrics trigger.

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(): ClusterNodeGroupAckConfigCustomAnnotationArgs