AWS::AppFlow::Flow DataTransferApi - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppFlow::Flow DataTransferApi

The API of the connector application that Amazon AppFlow uses to transfer your data.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "Type" : String }

YAML

Name: String Type: String

Properties

Name

The name of the connector application API.

Required: Yes

Type: String

Pattern: [\w/-]+

Maximum: 64

Update requires: No interruption

Type

You can specify one of the following types:

AUTOMATIC

The default. Optimizes a flow for datasets that fluctuate in size from small to large. For each flow run, Amazon AppFlow chooses to use the SYNC or ASYNC API type based on the amount of data that the run transfers.

SYNC

A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.

ASYNC

An asynchronous API. This type of API optimizes a flow for large datasets.

Required: Yes

Type: String

Allowed values: SYNC | ASYNC | AUTOMATIC

Update requires: No interruption