The AWS::ApiGatewayV2::Model
resource updates data model for a WebSocket API. For more information, see Model Selection Expressions in the API Gateway Developer Guide.
api_id
(String) The API identifier.name
(String) The name of the model.schema
(String) The schema for the model. For application/json models, this should be JSON schema draft 4 model.content_type
(String) The content-type for the model, for example, "application/json".description
(String) The description of the model.id
(String) Uniquely identifies the resource.model_id
(String)Import is supported using the following syntax:
$ terraform import awscc_apigatewayv2_model.example <resource ID>