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 SourceCrawlerName
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 |
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 |
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 |
LogicalOperator
A logical operator. Defaults to EQUALS.
Declaration
public readonly string LogicalOperator
Field Value
| Type | Description |
|---|---|
| System.String |
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 |