{
  "typeName" : "AWS::AppConfig::Environment",
  "description" : "Resource Type definition for AWS::AppConfig::Environment",
  "additionalProperties" : false,
  "properties" : {
    "Monitors" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "$ref" : "#/definitions/Monitors"
      }
    },
    "Description" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    },
    "ApplicationId" : {
      "type" : "string"
    },
    "Tags" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "$ref" : "#/definitions/Tags"
      }
    },
    "Name" : {
      "type" : "string"
    }
  },
  "definitions" : {
    "Monitors" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "AlarmArn" : {
          "type" : "string"
        },
        "AlarmRoleArn" : {
          "type" : "string"
        }
      }
    },
    "Tags" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "Value" : {
          "type" : "string"
        },
        "Key" : {
          "type" : "string"
        }
      }
    }
  },
  "required" : [ "ApplicationId", "Name" ],
  "createOnlyProperties" : [ "/properties/ApplicationId" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}