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. |
CronExpression
Required
public object CronExpression { get; set; }
- Type: object
Property cronExpression: Cron expression.
FlowName
Required
public object FlowName { get; set; }
- Type: object
Property flowName: Flow name.
ScheduleName
Required
public object ScheduleName { get; set; }
- Type: object
Property scheduleName: Schedule name.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Description of the schedule.
Enable
Optional
public object Enable { get; set; }
- Type: object
Property enable: Whether enable schedule.
Payload
Optional
public object Payload { get; set; }
- Type: object
Property payload: Payload.