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.

A structure used to provide information used to update a trigger. This object updates the previous trigger definition by overwriting it completely.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.TriggerUpdate

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

Syntax

C#
public class TriggerUpdate

The TriggerUpdate type exposes the following members

Constructors

NameDescription
Public Method TriggerUpdate()

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 Name System.String

Gets and sets the property Name.

Reserved for future use.

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 * * ? *).

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