DescribeFlowResponse

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 description of the flow.

Link copied to clipboard

The configuration that controls how Amazon AppFlow transfers data to the destination connector.

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

Contains an error message if the flow status is in a suspended or error state. This applies only to scheduled or event-triggered flows.

Link copied to clipboard

The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

Link copied to clipboard

Describes the details of the most recent flow run.

Link copied to clipboard

Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.

Link copied to clipboard

Specifies when the flow was last updated.

Link copied to clipboard

Specifies the user name of the account that performed the most recent update.

Link copied to clipboard

Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.

Link copied to clipboard

The version number of your data schema. Amazon AppFlow assigns this version number. The version number increases by one when you change any of the following settings in your flow configuration:

Link copied to clipboard

The configuration that controls how Amazon AppFlow retrieves data from the source connector.

Link copied to clipboard

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

Link copied to clipboard
val tasks: List<Task>?

A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.

Link copied to clipboard

The trigger settings that determine how and when the flow runs.

Functions

Link copied to clipboard
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