ActionConditionModelPropertiesArgs

data class ActionConditionModelPropertiesArgs(val action: Output<Either<String, Action>>? = null) : ConvertibleToJava<ActionConditionModelPropertiesArgs>

Definition of ActionConditionModelProperties

Constructors

Link copied to clipboard
constructor(action: Output<Either<String, Action>>? = null)

Properties

Link copied to clipboard
val action: Output<Either<String, Action>>? = null

Logic to apply to the filtering conditions. You can specify that, in order to satisfy the filter, a log must match all conditions or must match at least one condition.

Functions

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