source_api_associations_list_only
Lists source_api_associations
in a region or regions, for all properties use source_api_associations
Overview
Name | source_api_associations_list_only |
Type | Resource |
Description | Resource Type definition for AWS::AppSync::SourceApiAssociation |
Id | aws.appsync.source_api_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
source_api_identifier | string | Identifier of the Source GraphQLApi to associate. It could be either GraphQLApi ApiId or ARN |
merged_api_identifier | string | Identifier of the Merged GraphQLApi to associate. It could be either GraphQLApi ApiId or ARN |
description | string | Description of the SourceApiAssociation. |
source_api_association_config | undefined | Customized configuration for SourceApiAssociation. |
association_id | string | Id of the SourceApiAssociation. |
association_arn | string | ARN of the SourceApiAssociation. |
source_api_id | string | GraphQLApiId of the source API in the association. |
source_api_arn | string | ARN of the source API in the association. |
merged_api_id | string | GraphQLApiId of the Merged API in the association. |
merged_api_arn | string | ARN of the Merged API in the association. |
source_api_association_status | string | Current status of SourceApiAssociation. |
source_api_association_status_detail | string | Current SourceApiAssociation status details. |
last_successful_merge_date | string | Date of last schema successful merge. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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