data class TriggerPredicateConditionArgs(val crawlState: Output<String>? = null, val crawlerName: Output<String>? = null, val jobName: Output<String>? = null, val logicalOperator: Output<String>? = null, val state: Output<String>? = null) : ConvertibleToJava<TriggerPredicateConditionArgs>
The condition crawl state. Currently, the values supported are RUNNING, SUCCEEDED, CANCELLED, and FAILED. If this is specified, crawler_name must also be specified. Conflicts with state.
The condition job state. Currently, the values supported are SUCCEEDED, STOPPED, TIMEOUT and FAILED. If this is specified, job_name must also be specified. Conflicts with crawler_state.