FlowProps
Properties for defining a Flow.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fnf-flow
Initializer
import com.aliyun.ros.cdk.fnf.FlowProps;
FlowProps.builder()
.definition(java.lang.String)
.definition(IResolvable)
.name(java.lang.String)
.name(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
// .executionMode(java.lang.String)
// .executionMode(IResolvable)
// .externalStorageLocation(java.lang.String)
// .externalStorageLocation(IResolvable)
// .requestId(java.lang.String)
// .requestId(IResolvable)
// .roleArn(java.lang.String)
// .roleArn(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
definition | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property definition: The definition of the created flow following the FDL syntax standard. |
name | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property name: The name of the flow. |
description | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property description: Create a description of the flow. |
executionMode | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property executionMode: The execution mode of the flow. |
externalStorageLocation | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property externalStorageLocation: The external storage location for the flow. |
requestId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property requestId: The specified Request ID for this request. |
roleArn | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | 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 java.lang.Object getDefinition();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property definition: The definition of the created flow following the FDL syntax standard.
nameRequired
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property name: The name of the flow.
The name must be unique within the same region and cannot be changed after the flow is created. The name must meet the following requirements:
- It can contain letters (a to z and A to Z), digits (0 to 9), underscores (_), and hyphens (-).
- It must start with a letter or an underscore (_).
- It is case-sensitive.
- It must be 1 to 128 characters in length.
descriptionOptional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: Create a description of the flow.
executionModeOptional
public java.lang.Object getExecutionMode();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property executionMode: The execution mode of the flow.
externalStorageLocationOptional
public java.lang.Object getExternalStorageLocation();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property externalStorageLocation: The external storage location for the flow.
requestIdOptional
public java.lang.Object getRequestId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property requestId: The specified Request ID for this request.
If not specified, our system will help you generate a random one.
roleArnOptional
public java.lang.Object getRoleArn();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property roleArn: Optional parameter, the resource descriptor information required for the execution of the flow, used to perform the assume role during FnF execution.