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 SourceArguments
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> |
CrawlerName
The name of the crawler to be executed. Conflicts with job_name.
Declaration
public readonly string CrawlerName
Field Value
| Type | Description |
|---|---|
| System.String |
JobName
The name of a job to be executed. Conflicts with crawler_name.
Declaration
public readonly string JobName
Field Value
| Type | Description |
|---|---|
| System.String |
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> |