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
demandé il y a 2 mois97 vues
1 réponse
0
Réponse acceptée

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
répondu il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions