Skip to main content

source_api_associations

Retrieves a list of source_api_associations in a region

Overview

Namesource_api_associations
TypeResource
Descriptionsource_api_associations
Idawscc.appsync.source_api_associations

Fields

NameDatatypeDescription
association_arnstringARN of the SourceApiAssociation.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
association_arn
FROM awscc.appsync.source_api_associations
WHERE region = 'us-east-1'

Permissions

To operate on the source_api_associations resource, the following permissions are required:

Create

appsync:AssociateSourceGraphqlApi,
appsync:AssociateMergedGraphqlApi,
appsync:GetSourceApiAssociation

List

appsync:ListSourceApiAssociations