Skip to content

ScheduleProps

Properties for defining a Schedule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fnf-schedule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fnf;
new ScheduleProps {
    object CronExpression,
    object FlowName,
    object ScheduleName,
    object Description = null,
    object Enable = null,
    object Payload = null
};

Properties

Name Type Description
CronExpression object Property cronExpression: Cron expression.
FlowName object Property flowName: Flow name.
ScheduleName object Property scheduleName: Schedule name.
Description object Property description: Description of the schedule.
Enable object Property enable: Whether enable schedule.
Payload object Property payload: Payload.

CronExpressionRequired

public object CronExpression { get; set; }
  • Type: object

Property cronExpression: Cron expression.


FlowNameRequired

public object FlowName { get; set; }
  • Type: object

Property flowName: Flow name.


ScheduleNameRequired

public object ScheduleName { get; set; }
  • Type: object

Property scheduleName: Schedule name.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: Description of the schedule.


EnableOptional

public object Enable { get; set; }
  • Type: object

Property enable: Whether enable schedule.


PayloadOptional

public object Payload { get; set; }
  • Type: object

Property payload: Payload.