SourceApiAssociationConfig - Amazon AppSync
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).

SourceApiAssociationConfig

Describes properties used to specify configurations related to a source API.

Contents

mergeType

The property that indicates which merging option is enabled in the source API association.

Valid merge types are MANUAL_MERGE (default) and AUTO_MERGE. Manual merges are the default behavior and require the user to trigger any changes from the source APIs to the merged API manually. Auto merges subscribe the merged API to the changes performed on the source APIs so that any change in the source APIs are also made to the merged API. Auto merges use MergedApiExecutionRoleArn to perform merge operations.

Type: String

Valid Values: MANUAL_MERGE | AUTO_MERGE

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: