Skip to content

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.

flowNameRequired

public readonly flowName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable