aws.appsync.get_source_api_association
Example SQL Queries
SELECT * FROMaws.appsync.get_source_api_associationWHERE"merged_api_identifier" = 'VALUE'AND "association_id" = 'VALUE';Description
Retrieves a SourceApiAssociation object.
Table Definition
| Column Name | Column Data Type |
|---|---|
| association_id Required Input Column The ID generated by the AppSync service for the source API association. | VARCHAR |
| merged_api_identifier Required Input Column The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API. | 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 |
| source_api_association The SourceApiAssociation object data. | STRUCT( |
Show child fields
| |