{
  "typeName" : "AWS::AppConfig::HostedConfigurationVersion",
  "description" : "Resource Type definition for AWS::AppConfig::HostedConfigurationVersion",
  "additionalProperties" : false,
  "properties" : {
    "ConfigurationProfileId" : {
      "type" : "string"
    },
    "Description" : {
      "type" : "string"
    },
    "ContentType" : {
      "type" : "string"
    },
    "LatestVersionNumber" : {
      "type" : "number"
    },
    "Content" : {
      "type" : "string"
    },
    "VersionLabel" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    },
    "ApplicationId" : {
      "type" : "string"
    }
  },
  "required" : [ "ConfigurationProfileId", "ContentType", "Content", "ApplicationId" ],
  "createOnlyProperties" : [ "/properties/VersionLabel", "/properties/ApplicationId", "/properties/ConfigurationProfileId", "/properties/ContentType", "/properties/Description", "/properties/LatestVersionNumber", "/properties/Content" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}