RosFlowProps
Properties for defining a RosFlow
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-fnf-flow
Initializer
import { datasource } from '@alicloud/ros-cdk-fnf'
const rosFlowProps: datasource.RosFlowProps = { ... }
Properties
Name | Type | Description |
---|---|---|
flowName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
flowName
Required
public readonly flowName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable