source_api_associations
Retrieves a list of source_api_associations
in a region
Overview
Name | source_api_associations |
Type | Resource |
Description | source_api_associations |
Id | awscc.appsync.source_api_associations |
Fields
Name | Datatype | Description |
---|---|---|
association_arn | string | ARN of the SourceApiAssociation. |
region | string | AWS 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