FlowProps
Properties for defining a Flow
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-flow
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkappflow"
&alicloudroscdkappflow.FlowProps {
FlowName: interface{},
FlowDesc: interface{},
FlowId: interface{},
FlowStatus: interface{},
LaunchFlow: interface{},
Parameters: interface{},
Template: interface{},
TemplateId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
FlowName |
interface{} |
Property flowName: The name of the flow. |
FlowDesc |
interface{} |
Property flowDesc: The description of the flow. |
FlowId |
interface{} |
Property flowId: The ID of the flow. |
FlowStatus |
interface{} |
Property flowStatus: The status of the flow. |
LaunchFlow |
interface{} |
Property launchFlow: Whether to launch the flow. |
Parameters |
interface{} |
Property parameters: The parameters of the flow. |
Template |
interface{} |
Property template: The template of the flow. |
TemplateId |
interface{} |
Property templateId: The ID of the template. |
FlowName
Required
FlowName interface{}
- Type: interface{}
Property flowName: The name of the flow.
FlowDesc
Optional
FlowDesc interface{}
- Type: interface{}
Property flowDesc: The description of the flow.
FlowId
Optional
FlowId interface{}
- Type: interface{}
Property flowId: The ID of the flow.
FlowStatus
Optional
FlowStatus interface{}
- Type: interface{}
Property flowStatus: The status of the flow.
Allowed values: Enable: enable flow Disable: disable flow
LaunchFlow
Optional
LaunchFlow interface{}
- Type: interface{}
Property launchFlow: Whether to launch the flow.
Parameters
Optional
Parameters interface{}
- Type: interface{}
Property parameters: The parameters of the flow.
Template
Optional
Template interface{}
- Type: interface{}
Property template: The template of the flow.
TemplateId
Optional
TemplateId interface{}
- Type: interface{}
Property templateId: The ID of the template.