Show / Hide Table of Contents

Class TriggerPredicateConditionGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TriggerPredicateConditionGetArgs
Inherited Members
ResourceArgs.Empty
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 TriggerPredicateConditionGetArgs : ResourceArgs

Constructors

View Source

TriggerPredicateConditionGetArgs()

Declaration
public TriggerPredicateConditionGetArgs()

Properties

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 Input<string> CrawlerName { get; set; }
Property Value
Type Description
Input<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 Input<string> CrawlState { get; set; }
Property Value
Type Description
Input<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 Input<string> JobName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LogicalOperator

A logical operator. Defaults to EQUALS.

Declaration
public Input<string> LogicalOperator { get; set; }
Property Value
Type Description
Input<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 Input<string> State { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.