Builder

class Builder

Properties

Link copied to clipboard

The clientToken parameter is an idempotency token. It ensures that your UpdateFlow request completes only once. You choose the value to pass. For example, if you don't receive a response from your request, you can safely retry the request with the same clientToken parameter value.

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 specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

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

Contains information about the configuration of the source connector used in the flow.

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