aws.appsync.list_types
Example SQL Queries
SELECT * FROMaws.appsync.list_typesWHERE"api_id" = 'VALUE'AND "format" = 'VALUE';Description
Lists the types for a given API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_id Required Input Column The API ID. | VARCHAR |
| format Required Input Column The type format: SDL or JSON. | 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 |