AppSync Source API Association

AppSync Source API Association in AWS links a source GraphQL API to a merged API, allowing multiple APIs to be combined into a single unified endpoint. This association manages how fields and resolvers from the source API are integrated, enabling schema federation and simplified access to distributed data sources. It helps streamline API management by consolidating multiple services into one GraphQL interface.

aws.appsync_source_api_association

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
association_arncorestringThe Amazon Resource Name (ARN) of the source API association.
association_idcorestringThe ID generated by the AppSync service for the source API association.
descriptioncorestringThe description field.
merged_api_arncorestringThe Amazon Resource Name (ARN) of the AppSync Merged API.
merged_api_idcorestringThe ID of the AppSync Merged API.
source_api_arncorestringThe Amazon Resource Name (ARN) of the AppSync Source API.
source_api_idcorestringThe ID of the AppSync source API.
tagscorehstore