FlowDefinition

The properties of the flow, such as its source, destination, trigger type, and so on.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies when the flow was created.

Link copied to clipboard

The ARN of the user who created the flow.

Link copied to clipboard

A user-entered description of the flow.

Link copied to clipboard

The label of the destination connector in the flow.

Link copied to clipboard

Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.

Link copied to clipboard

The flow's Amazon Resource Name (ARN).

Link copied to clipboard

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

Link copied to clipboard

Indicates the current status of the flow.

Link copied to clipboard

Describes the details of the most recent flow run.

Link copied to clipboard

Specifies when the flow was last updated.

Link copied to clipboard

Specifies the account user name that most recently updated the flow.

Link copied to clipboard

The label of the source connector in the flow.

Link copied to clipboard

Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.

Link copied to clipboard

The tags used to organize, track, or control access for your flow.

Link copied to clipboard

Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.

Functions

Link copied to clipboard
inline fun copy(block: FlowDefinition.Builder.() -> Unit = {}): FlowDefinition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String