Skip to content

ScheduleProps

Properties for defining a Schedule.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfnf"
&alicloudroscdkfnf.ScheduleProps {
    CronExpression: interface{},
    FlowName: interface{},
    ScheduleName: interface{},
    Description: interface{},
    Enable: interface{},
    Payload: interface{},
}

Properties

Name Type Description
CronExpression interface{} Property cronExpression: Cron expression.
FlowName interface{} Property flowName: Flow name.
ScheduleName interface{} Property scheduleName: The name of the timed schedule.
Description interface{} Property description: Description of the schedule.
Enable interface{} Property enable: Whether enable schedule.
Payload interface{} Property payload: The trigger message of the timed schedule.

CronExpressionRequired

CronExpression interface{}
  • Type: interface{}

Property cronExpression: Cron expression.


FlowNameRequired

FlowName interface{}
  • Type: interface{}

Property flowName: Flow name.


ScheduleNameRequired

ScheduleName interface{}
  • Type: interface{}

Property scheduleName: The name of the timed schedule.

The name must meet the following requirements:

  • It can contain letters (a-z and A-Z), digits (0-9), underscores (_), and hyphens (-).
  • It is case-sensitive.
  • It must be 1 to 128 characters in length.

DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: Description of the schedule.


EnableOptional

Enable interface{}
  • Type: interface{}

Property enable: Whether enable schedule.


PayloadOptional

Payload interface{}
  • Type: interface{}

Property payload: The trigger message of the timed schedule.

The message must be in the JSON format.