FlowProps
Properties for defining a Flow
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fnf-flow
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfnf"
&alicloudroscdkfnf.FlowProps {
Definition: interface{},
Name: interface{},
Description: interface{},
ExecutionMode: interface{},
ExternalStorageLocation: interface{},
RequestId: interface{},
RoleArn: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Definition |
interface{} |
Property definition: The definition of the created flow following the FDL syntax standard. |
Name |
interface{} |
Property name: The name of the flow created. |
Description |
interface{} |
Property description: Create a description of the flow. |
ExecutionMode |
interface{} |
Property executionMode: The execution mode of the flow. |
ExternalStorageLocation |
interface{} |
Property externalStorageLocation: The external storage location for the flow. |
RequestId |
interface{} |
Property requestId: The specified Request ID for this request. |
RoleArn |
interface{} |
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
Definition interface{}
- Type: interface{}
Property definition: The definition of the created flow following the FDL syntax standard.
Name
Required
Name interface{}
- Type: interface{}
Property name: The name of the flow created.
This name is unique under the account.
Description
Optional
Description interface{}
- Type: interface{}
Property description: Create a description of the flow.
ExecutionMode
Optional
ExecutionMode interface{}
- Type: interface{}
Property executionMode: The execution mode of the flow.
ExternalStorageLocation
Optional
ExternalStorageLocation interface{}
- Type: interface{}
Property externalStorageLocation: The external storage location for the flow.
RequestId
Optional
RequestId interface{}
- Type: interface{}
Property requestId: The specified Request ID for this request.
If not specified, our system will help you generate a random one.
RoleArn
Optional
RoleArn interface{}
- Type: interface{}
Property roleArn: Optional parameter, the resource descriptor information required for the execution of the flow, used to perform the assume role during FnF execution.