FlowProps
Properties for defining a Flow
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-flow
Initializer
import { FlowProps } from '@alicloud/ros-cdk-appflow'
const flowProps: FlowProps = { ... }
Properties
Name | Type | Description |
---|---|---|
flowName |
string | @alicloud/ros-cdk-core.IResolvable |
Property flowName: The name of the flow. |
flowDesc |
string | @alicloud/ros-cdk-core.IResolvable |
Property flowDesc: The description of the flow. |
flowId |
string | @alicloud/ros-cdk-core.IResolvable |
Property flowId: The ID of the flow. |
flowStatus |
string | @alicloud/ros-cdk-core.IResolvable |
Property flowStatus: The status of the flow. |
launchFlow |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property launchFlow: Whether to launch the flow. |
parameters |
@alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any} |
Property parameters: The parameters of the flow. |
template |
@alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any} |
Property template: The template of the flow. |
templateId |
string | @alicloud/ros-cdk-core.IResolvable |
Property templateId: The ID of the template. |
flowName
Required
public readonly flowName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property flowName: The name of the flow.
flowDesc
Optional
public readonly flowDesc: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property flowDesc: The description of the flow.
flowId
Optional
public readonly flowId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property flowId: The ID of the flow.
flowStatus
Optional
public readonly flowStatus: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property flowStatus: The status of the flow.
Allowed values: Enable: enable flow Disable: disable flow
launchFlow
Optional
public readonly launchFlow: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property launchFlow: Whether to launch the flow.
parameters
Optional
public readonly parameters: IResolvable | {[ key: string ]: any};
- Type: @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}
Property parameters: The parameters of the flow.
template
Optional
public readonly template: IResolvable | {[ key: string ]: any};
- Type: @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}
Property template: The template of the flow.
templateId
Optional
public readonly templateId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property templateId: The ID of the template.