Skip to main content

source_api_associations_list_only

Lists source_api_associations in a region or regions, for all properties use source_api_associations

Overview

Namesource_api_associations_list_only
TypeResource
DescriptionResource Type definition for AWS::AppSync::SourceApiAssociation
Idaws.appsync.source_api_associations_list_only

Fields

NameDatatypeDescription
source_api_identifierstringIdentifier of the Source GraphQLApi to associate. It could be either GraphQLApi ApiId or ARN
merged_api_identifierstringIdentifier of the Merged GraphQLApi to associate. It could be either GraphQLApi ApiId or ARN
descriptionstringDescription of the SourceApiAssociation.
source_api_association_configundefinedCustomized configuration for SourceApiAssociation.
association_idstringId of the SourceApiAssociation.
association_arnstringARN of the SourceApiAssociation.
source_api_idstringGraphQLApiId of the source API in the association.
source_api_arnstringARN of the source API in the association.
merged_api_idstringGraphQLApiId of the Merged API in the association.
merged_api_arnstringARN of the Merged API in the association.
source_api_association_statusstringCurrent status of SourceApiAssociation.
source_api_association_status_detailstringCurrent SourceApiAssociation status details.
last_successful_merge_datestringDate of last schema successful merge.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all source_api_associations in a region.

SELECT
region,
association_arn
FROM aws.appsync.source_api_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the source_api_associations_list_only resource, see source_api_associations