aws.apigateway.get_model_template
Example SQL Queries
SELECT * FROMaws.apigateway.get_model_templateWHERE"rest_api_id" = 'VALUE'AND "model_name" = 'VALUE';Description
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
Table Definition
| Column Name | Column Data Type |
|---|---|
| model_name Required Input Column The name of the model for which to generate a template. | VARCHAR |
| rest_api_id Required Input Column The string identifier of the associated RestApi. | 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 |
| value The Apache Velocity Template Language (VTL) template content used for the template resource. | VARCHAR |