AppSync SourceApiAssociation which associates an AppSync source API to an AppSync Merged API. The initial creation of the SourceApiAssociation merges the source API into the Merged API schema.
import { SourceApiAssociation } from 'aws-cdk-lib/aws-appsync';Or use the module namespace:
import * as appsync from 'aws-cdk-lib/aws-appsync';
// appsync.SourceApiAssociationConfiguration passed to the constructor as SourceApiAssociationProps.
mergedApiRequiredIGraphqlApiThe merged api to associate.
mergedApiExecutionRoleRequiredIRoleThe merged api execution role for adding the access policy for the source api.
sourceApiRequiredIGraphqlApiThe source api to associate.
descriptionOptionalstringThe description of the source api association.
Default: - None
mergeTypeOptionalMergeTypeThe merge type for the source.
Default: - AUTO_MERGE
Everything you need to know about AWS AppSync on one page. HD quality, print-friendly.
Download Free Infographicaws-appsync