Amazon CodeDeploy · Schema

MinimumHealthyHostsType

MinimumHealthyHostsType schema from Amazon CodeDeploy

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-minimum-healthy-hosts-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-minimum-healthy-hosts-type-schema.json",
  "title": "MinimumHealthyHostsType",
  "description": "MinimumHealthyHostsType schema from Amazon CodeDeploy",
  "type": "string",
  "enum": [
    "HOST_COUNT",
    "FLEET_PERCENT"
  ]
}