source_api_association
Gets an individual source_api_association
resource
Overview
Name | source_api_association |
Type | Resource |
Description | source_api_association |
Id | awscc.appsync.source_api_association |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
source_api_identifier,
merged_api_identifier,
description,
source_api_association_config,
association_id,
association_arn,
source_api_id,
source_api_arn,
merged_api_id,
merged_api_arn,
source_api_association_status,
source_api_association_status_detail,
last_successful_merge_date
FROM awscc.appsync.source_api_association
WHERE data__Identifier = '<AssociationArn>';
Permissions
To operate on the source_api_association
resource, the following permissions are required:
Read
appsync:GetSourceApiAssociation,
appsync:ListSourceApiAssociations
Update
appsync:GetSourceApiAssociation,
appsync:UpdateSourceApiAssociation,
appsync:GetSourceApiAssociation
Delete
appsync:GetSourceApiAssociation,
appsync:DisassociateSourceGraphqlApi,
appsync:DisassociateMergedGraphqlApi,
appsync:ListSourceApiAssociations