ScheduleProps
Properties for defining a Schedule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fnf-schedule
Initializer
import { ScheduleProps } from '@alicloud/ros-cdk-fnf'
const scheduleProps: ScheduleProps = { ... }
Properties
Name | Type | Description |
---|---|---|
cronExpression |
string | @alicloud/ros-cdk-core.IResolvable |
Property cronExpression: Cron expression. |
flowName |
string | @alicloud/ros-cdk-core.IResolvable |
Property flowName: Flow name. |
scheduleName |
string | @alicloud/ros-cdk-core.IResolvable |
Property scheduleName: Schedule name. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: Description of the schedule. |
enable |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property enable: Whether enable schedule. |
payload |
string | @alicloud/ros-cdk-core.IResolvable |
Property payload: Payload. |
cronExpression
Required
public readonly cronExpression: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property cronExpression: Cron expression.
flowName
Required
public readonly flowName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property flowName: Flow name.
scheduleName
Required
public readonly scheduleName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property scheduleName: Schedule name.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: Description of the schedule.
enable
Optional
public readonly enable: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property enable: Whether enable schedule.
payload
Optional
public readonly payload: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property payload: Payload.