ComponentConditionPropertyArgs

data class ComponentConditionPropertyArgs(val else: Output<ComponentPropertyArgs>? = null, val field: Output<String>? = null, val operand: Output<String>? = null, val operandType: Output<String>? = null, val operator: Output<String>? = null, val property: Output<String>? = null, val then: Output<ComponentPropertyArgs>? = null) : ConvertibleToJava<ComponentConditionPropertyArgs>

Constructors

Link copied to clipboard
constructor(else: Output<ComponentPropertyArgs>? = null, field: Output<String>? = null, operand: Output<String>? = null, operandType: Output<String>? = null, operator: Output<String>? = null, property: Output<String>? = null, then: Output<ComponentPropertyArgs>? = null)

Properties

Link copied to clipboard
val else: Output<ComponentPropertyArgs>? = null

The value to assign to the property if the condition is not met.

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

The name of a field. Specify this when the property is a data model.

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

The value of the property to evaluate.

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

The type of the property to evaluate.

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

The operator to use to perform the evaluation, such as eq to represent equals.

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

The name of the conditional property.

Link copied to clipboard
val then: Output<ComponentPropertyArgs>? = null

The value to assign to the property if the condition is met.

Functions

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