Class TriggerPredicateConditionArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TriggerPredicateConditionArgs : ResourceArgs
Constructors
View SourceTriggerPredicateConditionArgs()
Declaration
public TriggerPredicateConditionArgs()
Properties
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 Input<string> CrawlerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> CrawlState { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> JobName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LogicalOperator
A logical operator. Defaults to EQUALS.
Declaration
public Input<string> LogicalOperator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |