SchedulesProps
Properties for defining a Schedules
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-fnf-schedules
Initializer
from ros_cdk_fnf import datasource
datasource.SchedulesProps(
flow_name: typing.Union[str, IResolvable],
refresh_options: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
flow_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property flowName: The name of the flow that is bound to the time-based schedule. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
flow_name
Required
flow_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property flowName: The name of the flow that is bound to the time-based schedule.
The name is unique within the region and cannot be modified after the time-based schedule is created. Valid values: The name can contain letters, digits, underscores (), and hyphens (-). The name must start with a letter or an underscore (). The name is case-sensitive. The name must be 1 to 128 characters in length.
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.