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.

Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled trigger type.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.ScheduledTriggerProperties

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

Syntax

C#
public class ScheduledTriggerProperties

The ScheduledTriggerProperties type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DataPullMode Amazon.Appflow.DataPullMode

Gets and sets the property DataPullMode.

Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.

Public Property FirstExecutionFrom System.DateTime

Gets and sets the property FirstExecutionFrom.

Specifies the date range for the records to import from the connector in the first flow run.

Public Property FlowErrorDeactivationThreshold System.Int32

Gets and sets the property FlowErrorDeactivationThreshold.

Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.

Public Property ScheduleEndTime System.DateTime

Gets and sets the property ScheduleEndTime.

The time at which the scheduled flow ends. The time is formatted as a timestamp that follows the ISO 8601 standard, such as 2022-04-27T13:00:00-07:00.

Public Property ScheduleExpression System.String

Gets and sets the property ScheduleExpression.

The scheduling expression that determines the rate at which the schedule will run, for example rate(5minutes).

Public Property ScheduleOffset System.Int64

Gets and sets the property ScheduleOffset.

Specifies the optional offset that is added to the time interval for a schedule-triggered flow.

Public Property ScheduleStartTime System.DateTime

Gets and sets the property ScheduleStartTime.

The time at which the scheduled flow starts. The time is formatted as a timestamp that follows the ISO 8601 standard, such as 2022-04-26T13:00:00-07:00.

Public Property Timezone System.String

Gets and sets the property Timezone.

Specifies the time zone used when referring to the dates and times of a scheduled flow, such as America/New_York. This time zone is only a descriptive label. It doesn't affect how Amazon AppFlow interprets the timestamps that you specify to schedule the flow.

If you want to schedule a flow by using times in a particular time zone, indicate the time zone as a UTC offset in your timestamps. For example, the UTC offsets for the America/New_York timezone are -04:00 EDT and -05:00 EST.

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