FlowProps
Properties for defining a Flow
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-flow
Initializer
import ros_cdk_appflow
ros_cdk_appflow.FlowProps(
flow_name: typing.Union[str, IResolvable],
flow_desc: typing.Union[str, IResolvable] = None,
flow_id: typing.Union[str, IResolvable] = None,
flow_status: typing.Union[str, IResolvable] = None,
launch_flow: typing.Union[bool, IResolvable] = None,
parameters: typing.Union[IResolvable, typing.Mapping[typing.Any]] = None,
template: typing.Union[IResolvable, typing.Mapping[typing.Any]] = None,
template_id: 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. |
flow_desc |
typing.Union[str, ros_cdk_core.IResolvable] |
Property flowDesc: The description of the flow. |
flow_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property flowId: The ID of the flow. |
flow_status |
typing.Union[str, ros_cdk_core.IResolvable] |
Property flowStatus: The status of the flow. |
launch_flow |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property launchFlow: Whether to launch the flow. |
parameters |
typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] |
Property parameters: The parameters of the flow. |
template |
typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] |
Property template: The template of the flow. |
template_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property templateId: The ID of the template. |
flow_name
Required
flow_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property flowName: The name of the flow.
flow_desc
Optional
flow_desc: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property flowDesc: The description of the flow.
flow_id
Optional
flow_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property flowId: The ID of the flow.
flow_status
Optional
flow_status: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property flowStatus: The status of the flow.
Allowed values: Enable: enable flow Disable: disable flow
launch_flow
Optional
launch_flow: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property launchFlow: Whether to launch the flow.
parameters
Optional
parameters: typing.Union[IResolvable, typing.Mapping[typing.Any]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]
Property parameters: The parameters of the flow.
template
Optional
template: typing.Union[IResolvable, typing.Mapping[typing.Any]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]
Property template: The template of the flow.
template_id
Optional
template_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property templateId: The ID of the template.