Builder

class Builder

Properties

Link copied to clipboard

The clientToken parameter is an idempotency token. It ensures that your CreateFlow 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 you want to create.

Link copied to clipboard

The configuration that controls how Amazon AppFlow places data in 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

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

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 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
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