GetFlowsFlow

data class GetFlowsFlow(val definition: String, val description: String, val flowId: String, val id: String, val lastModifiedTime: String, val name: String, val roleArn: String, val type: String)

Constructors

Link copied to clipboard
constructor(definition: String, description: String, flowId: String, id: String, lastModifiedTime: String, name: String, roleArn: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The definition of the flow. It must comply with the Flow Definition Language (FDL) syntax.

Link copied to clipboard

The description of the flow.

Link copied to clipboard

The unique ID of the flow.

Link copied to clipboard
val id: String

The ID of the Flow.

Link copied to clipboard

The time when the flow was last modified.

Link copied to clipboard

The name of the flow. The name must be unique in an Alibaba Cloud account.

Link copied to clipboard

The ARN of the specified RAM role that Serverless Workflow uses to assume the role when Serverless Workflow executes a flow.

Link copied to clipboard

The type of the flow. Set the value to FDL.