{
  "typeName" : "AWS::AppConfig::Deployment",
  "description" : "Resource Type definition for AWS::AppConfig::Deployment",
  "additionalProperties" : false,
  "properties" : {
    "DeploymentStrategyId" : {
      "type" : "string"
    },
    "ConfigurationProfileId" : {
      "type" : "string"
    },
    "EnvironmentId" : {
      "type" : "string"
    },
    "KmsKeyIdentifier" : {
      "type" : "string"
    },
    "Description" : {
      "type" : "string"
    },
    "ConfigurationVersion" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    },
    "ApplicationId" : {
      "type" : "string"
    },
    "Tags" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "$ref" : "#/definitions/Tags"
      }
    }
  },
  "definitions" : {
    "Tags" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "Value" : {
          "type" : "string"
        },
        "Key" : {
          "type" : "string"
        }
      }
    }
  },
  "required" : [ "DeploymentStrategyId", "ConfigurationProfileId", "EnvironmentId", "ConfigurationVersion", "ApplicationId" ],
  "createOnlyProperties" : [ "/properties/KmsKeyIdentifier", "/properties/DeploymentStrategyId", "/properties/ConfigurationVersion", "/properties/ApplicationId", "/properties/ConfigurationProfileId", "/properties/Tags", "/properties/EnvironmentId", "/properties/Description" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}