Show / Hide Table of Contents

Class TriggerPredicateCondition

Inheritance
System.Object
TriggerPredicateCondition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TriggerPredicateCondition

Fields

View Source

CrawlerName

The name of the crawler to watch. If this is specified, crawl_state must also be specified. Conflicts with job_name.

Declaration
public readonly string CrawlerName
Field Value
Type Description
System.String
View Source

CrawlState

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.

Declaration
public readonly string CrawlState
Field Value
Type Description
System.String
View Source

JobName

The name of the job to watch. If this is specified, state must also be specified. Conflicts with crawler_name.

Declaration
public readonly string JobName
Field Value
Type Description
System.String
View Source

LogicalOperator

A logical operator. Defaults to EQUALS.

Declaration
public readonly string LogicalOperator
Field Value
Type Description
System.String
View Source

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.

Declaration
public readonly string State
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.