ScheduleProps
Properties for defining a Schedule.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fnf-schedule
Initializer
import ros_cdk_fnf
ros_cdk_fnf.ScheduleProps(
cron_expression: typing.Union[str, IResolvable],
flow_name: typing.Union[str, IResolvable],
schedule_name: typing.Union[str, IResolvable],
description: typing.Union[str, IResolvable] = None,
enable: typing.Union[bool, IResolvable] = None,
payload: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
cron_expression |
typing.Union[str, ros_cdk_core.IResolvable] |
Property cronExpression: Cron expression. |
flow_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property flowName: Flow name. |
schedule_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property scheduleName: Schedule name. |
description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property description: Description of the schedule. |
enable |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property enable: Whether enable schedule. |
payload |
typing.Union[str, ros_cdk_core.IResolvable] |
Property payload: Payload. |
cron_expressionRequired
cron_expression: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property cronExpression: Cron expression.
flow_nameRequired
flow_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property flowName: Flow name.
schedule_nameRequired
schedule_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property scheduleName: Schedule name.
descriptionOptional
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property description: Description of the schedule.
enableOptional
enable: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property enable: Whether enable schedule.
payloadOptional
payload: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property payload: Payload.