Skip to content

FlowProps

Properties for defining a Flow.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fnf;
new FlowProps {
    object Definition,
    object Name,
    object Description = null,
    object RequestId = null,
    object RoleArn = null
};

Properties

Name Type Description
Definition object Property definition: The definition of the created flow following the FDL syntax standard.
Name object Property name: The name of the flow created.
Description object Property description: Create a description of the flow.
RequestId object Property requestId: The specified Request ID for this request.
RoleArn object Property roleArn: Optional parameter, the resource descriptor information required for the execution of the flow, used to perform the assume role during FnF execution.

DefinitionRequired

public object Definition { get; set; }
  • Type: object

Property definition: The definition of the created flow following the FDL syntax standard.


NameRequired

public object Name { get; set; }
  • Type: object

Property name: The name of the flow created.

This name is unique under the account.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: Create a description of the flow.


RequestIdOptional

public object RequestId { get; set; }
  • Type: object

Property requestId: The specified Request ID for this request.

If not specified, our system will help you generate a random one.


RoleArnOptional

public object RoleArn { get; set; }
  • Type: object

Property roleArn: Optional parameter, the resource descriptor information required for the execution of the flow, used to perform the assume role during FnF execution.