aws.appsync.list_types_by_association
Example SQL Queries
SELECT * FROMaws.appsync.list_types_by_associationWHERE"merged_api_identifier" = 'VALUE'AND "association_id" = 'VALUE'AND "format" = 'VALUE';Description
Lists Type objects by the source API association ID.
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 |
| format Required Input Column The type format: SDL or JSON. | 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 |
| arn The type Amazon Resource Name (ARN). | VARCHAR |
| definition The type definition. | VARCHAR |
| description The type description. | VARCHAR |
| name The type name. | VARCHAR |