AppFlow "Data transfer settings"

0

When creating an AppFlow flow in the console, there is an option to set the preferred API data transfer setting to Bulk or Standard. I can't find anywhere in the Boto3 or CLI documentation for how to set this setting for anything except for SalesForce connectors. How do I adjust this setting outside of the console?

Enter image description here

tjtoll
asked 2 months ago81 views
1 Answer
0
Accepted Answer

Found the answer to my question. I missed this in the docs. I was looking for BULK and STANDARD but the terms to look for were SYNC or ASYNC

        'CustomConnector': {
            'entityName': 'string',
            'customProperties': {
                'string': 'string'
            },
            'dataTransferApi': {
                'Name': 'string',
                'Type': 'SYNC'|'ASYNC'|'AUTOMATIC'
            }
tjtoll
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions