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.

The name of the data and how often it should be pulled from the source.

Inheritance Hierarchy

System.Object
  Amazon.AppIntegrationsService.Model.ScheduleConfiguration

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

Syntax

C#
public class ScheduleConfiguration

The ScheduleConfiguration type exposes the following members

Constructors

NameDescription
Public Method ScheduleConfiguration()

Properties

NameTypeDescription
Public Property FirstExecutionFrom System.String

Gets and sets the property FirstExecutionFrom.

The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.

Public Property Object System.String

Gets and sets the property Object.

The name of the object to pull from the data source.

Public Property ScheduleExpression System.String

Gets and sets the property ScheduleExpression.

How often the data should be pulled from data source.

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