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
질문됨 2달 전97회 조회
1개 답변
0
수락된 답변

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
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠