aws.apigatewayv2.get_model_template
Example SQL Queries
SELECT * FROMaws.apigatewayv2.get_model_templateWHERE"model_id" = 'VALUE'AND "api_id" = 'VALUE';Description
Gets a model template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_id Required Input Column The API identifier. | VARCHAR |
| model_id Required Input Column The model ID. | 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
| |
| value The template value. | VARCHAR |