Skip to content

RosFlowProps

Properties for defining a RosFlow.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-flow

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkappflow"
&alicloudroscdkappflow.RosFlowProps {
    FlowName: interface{},
    FlowDesc: interface{},
    FlowId: interface{},
    FlowStatus: interface{},
    LaunchFlow: interface{},
    Parameters: interface{},
    Template: interface{},
    TemplateId: interface{},
}

Properties

Name Type Description
FlowName interface{} No description.
FlowDesc interface{} No description.
FlowId interface{} No description.
FlowStatus interface{} No description.
LaunchFlow interface{} No description.
Parameters interface{} No description.
Template interface{} No description.
TemplateId interface{} No description.

FlowNameRequired

FlowName interface{}
  • Type: interface{}

FlowDescOptional

FlowDesc interface{}
  • Type: interface{}

FlowIdOptional

FlowId interface{}
  • Type: interface{}

FlowStatusOptional

FlowStatus interface{}
  • Type: interface{}

LaunchFlowOptional

LaunchFlow interface{}
  • Type: interface{}

ParametersOptional

Parameters interface{}
  • Type: interface{}

TemplateOptional

Template interface{}
  • Type: interface{}

TemplateIdOptional

TemplateId interface{}
  • Type: interface{}