Builder
Properties
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.
A description of the flow you want to create.
The configuration that controls how Amazon AppFlow places data in the destination connector.
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.
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
The trigger settings that determine how and when the flow runs.
Functions
construct an aws.sdk.kotlin.services.appflow.model.MetadataCatalogConfig inside the given block
construct an aws.sdk.kotlin.services.appflow.model.SourceFlowConfig inside the given block
construct an aws.sdk.kotlin.services.appflow.model.TriggerConfig inside the given block