Class TriggerPredicateConditionArgs


  • public final class TriggerPredicateConditionArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • crawlState

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> crawlState()
        Returns:
        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`.
      • crawlerName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> crawlerName()
        Returns:
        The name of the crawler to watch. If this is specified, `crawl_state` must also be specified. Conflicts with `job_name`.
      • jobName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> jobName()
        Returns:
        The name of the job to watch. If this is specified, `state` must also be specified. Conflicts with `crawler_name`.
      • logicalOperator

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> logicalOperator()
        Returns:
        A logical operator. Defaults to `EQUALS`.
      • state

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> state()
        Returns:
        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`.