aws.appsync.get_type
Example SQL Queries
SELECT * FROMaws.appsync.get_typeWHERE"api_id" = 'VALUE'AND "type_name" = 'VALUE'AND "format" = 'VALUE';Description
Retrieves a Type object.
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 |
| type_name Required Input Column The type name. | 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 |
| type The Type object. | STRUCT( |
Show child fields
| |