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. |
Definition
Required
public object Definition { get; set; }
- Type: object
Name
Required
public object Name { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
RequestId
Optional
public object RequestId { get; set; }
- Type: object
RoleArn
Optional
public object RoleArn { get; set; }
- Type: object