{
  "typeName" : "AWS::ApiGatewayV2::ApiMapping",
  "description" : "Resource Type definition for AWS::ApiGatewayV2::ApiMapping",
  "additionalProperties" : false,
  "properties" : {
    "Stage" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    },
    "ApiMappingKey" : {
      "type" : "string"
    },
    "DomainName" : {
      "type" : "string"
    },
    "ApiId" : {
      "type" : "string"
    }
  },
  "required" : [ "DomainName", "Stage", "ApiId" ],
  "createOnlyProperties" : [ "/properties/DomainName" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}