FlowDefinition

The configurations that control how Customer Profiles retrieves data from the source, Amazon AppFlow. Customer Profiles uses this information to create an AppFlow flow on behalf of customers.

Types

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

Properties

Link copied to clipboard

A description of the flow you want to create.

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Name of the AWS Key Management Service (KMS) key you provide for encryption.

Link copied to clipboard

The configuration that controls how Customer Profiles retrieves data from the source.

Link copied to clipboard

A list of tasks that Customer Profiles 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
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