Show / Hide Table of Contents

Class TriggerAction

Inheritance
System.Object
TriggerAction
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 TriggerAction

Fields

View Source

Arguments

Arguments to be passed to the job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.

Declaration
public readonly ImmutableDictionary<string, object> Arguments
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

CrawlerName

The name of the crawler to be executed. Conflicts with job_name.

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

JobName

The name of a job to be executed. Conflicts with crawler_name.

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

Timeout

The job run timeout in minutes. It overrides the timeout value of the job.

Declaration
public readonly int? Timeout
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.