Automation Rule Triggering Logic Args
data class AutomationRuleTriggeringLogicArgs(val conditions: Output<List<Any>>? = null, val expirationTimeUtc: Output<String>? = null, val isEnabled: Output<Boolean>, val triggersOn: Output<Either<String, TriggersOn>>, val triggersWhen: Output<Either<String, TriggersWhen>>) : ConvertibleToJava<AutomationRuleTriggeringLogicArgs>
Describes automation rule triggering logic.
Constructors
Link copied to clipboard
constructor(conditions: Output<List<Any>>? = null, expirationTimeUtc: Output<String>? = null, isEnabled: Output<Boolean>, triggersOn: Output<Either<String, TriggersOn>>, triggersWhen: Output<Either<String, TriggersWhen>>)