Skip to content

FlowProps

Properties for defining a Flow.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fnf-flow

Initializer

import ros_cdk_fnf
ros_cdk_fnf.FlowProps(
  definition: typing.Union[str, IResolvable],
  name: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  request_id: typing.Union[str, IResolvable] = None,
  role_arn: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
definition typing.Union[str, ros_cdk_core.IResolvable] Property definition: The definition of the created flow following the FDL syntax standard.
name typing.Union[str, ros_cdk_core.IResolvable] Property name: The name of the flow created.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: Create a description of the flow.
request_id typing.Union[str, ros_cdk_core.IResolvable] Property requestId: The specified Request ID for this request.
role_arn typing.Union[str, 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

definition: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property definition: The definition of the created flow following the FDL syntax standard.


nameRequired

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property name: The name of the flow created.

This name is unique under the account.


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property description: Create a description of the flow.


request_idOptional

request_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


role_arnOptional

role_arn: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.