--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_apigateway_model Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::ApiGateway::Model --- # awscc_apigateway_model (Resource) Resource Type definition for AWS::ApiGateway::Model ## Schema ### Required - `rest_api_id` (String) The ID of a REST API with which to associate this model. ### Optional - `content_type` (String) The content type for the model. - `description` (String) A description that identifies this model. - `name` (String) A name for the model. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the model name. - `schema` (String) The schema to use to transform data to one or more output formats. Specify null ({}) if you don't want to specify a schema. ### Read-Only - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_apigateway_model.example ```