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 ExecutionMode = null,
    object ExternalStorageLocation = null,
    object RequestId = null,
    object RoleArn = null
};

Properties

Name Type Description
Definition object No description.
Name object No description.
Description object No description.
ExecutionMode object No description.
ExternalStorageLocation 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

ExecutionModeOptional

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

ExternalStorageLocationOptional

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

RequestIdOptional

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

RoleArnOptional

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