AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about a specific trigger.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.Trigger

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class Trigger

The Trigger type exposes the following members

Constructors

NameDescription
Public Method Trigger()

Properties

NameTypeDescription
Public Property Actions System.Collections.Generic.List<Amazon.Glue.Model.Action>

Gets and sets the property Actions.

The actions initiated by this trigger.

Public Property Description System.String

Gets and sets the property Description.

A description of this trigger.

Public Property EventBatchingCondition Amazon.Glue.Model.EventBatchingCondition

Gets and sets the property EventBatchingCondition.

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

Public Property Id System.String

Gets and sets the property Id.

Reserved for future use.

Public Property Name System.String

Gets and sets the property Name.

The name of the trigger.

Public Property Predicate Amazon.Glue.Model.Predicate

Gets and sets the property Predicate.

The predicate of this trigger, which defines when it will fire.

Public Property Schedule System.String

Gets and sets the property Schedule.

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

Public Property State Amazon.Glue.TriggerState

Gets and sets the property State.

The current state of the trigger.

Public Property Type Amazon.Glue.TriggerType

Gets and sets the property Type.

The type of trigger that this is.

Public Property WorkflowName System.String

Gets and sets the property WorkflowName.

The name of the workflow associated with the trigger.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5