aws.apigatewayv2.get_models
Example SQL Queries
SELECT * FROMaws.apigatewayv2.get_modelsWHERE"api_id" = 'VALUE';Description
Gets the Models for an API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_id Required Input Column The API identifier. | 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
| |
| content_type The content-type for the model, for example, "application/json". | VARCHAR |
| description The description of the model. | VARCHAR |
| model_id The model identifier. | VARCHAR |
| name The name of the model. Must be alphanumeric. | VARCHAR |
| schema The schema for the model. For application/json models, this should be JSON schema draft 4 model. | VARCHAR |