aws.appsync.list_source_api_associations
Example SQL Queries
SELECT * FROMaws.appsync.list_source_api_associationsWHERE"api_id" = 'VALUE';Description
Lists the SourceApiAssociationSummary data.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_id Required Input Column The API ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| association_arn The Amazon Resource Name (ARN) of the source API association. | VARCHAR |
| association_id The ID generated by the AppSync service for the source API association. | VARCHAR |
| description The description field. | VARCHAR |
| merged_api_arn The Amazon Resource Name (ARN) of the AppSync Merged API. | VARCHAR |
| merged_api_id The ID of the AppSync Merged API. | VARCHAR |
| source_api_arn The Amazon Resource Name (ARN) of the AppSync Source API. | VARCHAR |
| source_api_id The ID of the AppSync source API. | VARCHAR |