CustomActionAttachmentCriteriaArgs

data class CustomActionAttachmentCriteriaArgs(val operator: Output<CustomActionAttachmentCriteriaOperator>, val value: Output<String>? = null, val variableName: Output<String>) : ConvertibleToJava<CustomActionAttachmentCriteriaArgs>

Constructors

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

Properties

Link copied to clipboard

The operation to perform on the named variable.

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

A value that is compared with the actual value of the variable based on the behavior of the operator.

Link copied to clipboard
val variableName: Output<String>

The name of the variable to operate on.

Functions

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