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
posta 2 mesi fa97 visualizzazioni
1 Risposta
0
Risposta accettata

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
con risposta 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande