Skip to content

RosFlowProps

Properties for defining a RosFlow.

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

Initializer

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

Properties

Name Type Description
Definition object No description.
Name object No description.
Description object No description.
RequestId object No description.
RoleArn object No description.

DefinitionRequired

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

NameRequired

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

DescriptionOptional

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

RequestIdOptional

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

RoleArnOptional

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