FlowProps
Properties for defining a Flow
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fnf-flow
Initializer
import { FlowProps } from '@alicloud/ros-cdk-fnf'
const flowProps: FlowProps = { ... }
Properties
Name | Type | Description |
---|---|---|
definition |
string | @alicloud/ros-cdk-core.IResolvable |
Property definition: The definition of the created flow following the FDL syntax standard. |
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: The name of the flow created. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: Create a description of the flow. |
requestId |
string | @alicloud/ros-cdk-core.IResolvable |
Property requestId: The specified Request ID for this request. |
roleArn |
string | @alicloud/ros-cdk-core.IResolvable |
Property roleArn: Optional parameter, the resource descriptor information required for the execution of the flow, used to perform the assume role during FnF execution. |
definition
Required
public readonly definition: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property definition: The definition of the created flow following the FDL syntax standard.
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of the flow created.
This name is unique under the account.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: Create a description of the flow.
requestId
Optional
public readonly requestId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property requestId: The specified Request ID for this request.
If not specified, our system will help you generate a random one.
roleArn
Optional
public readonly roleArn: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property roleArn: Optional parameter, the resource descriptor information required for the execution of the flow, used to perform the assume role during FnF execution.