Amazon ECS · JSON Structure

Amazon Ecs Deployment Configuration Structure

Type: object Properties: 4
AmazonAwsContainersDockerEcsOrchestration

DeploymentConfiguration is a JSON Structure definition published by Amazon ECS, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

deploymentCircuitBreaker maximumPercent minimumHealthyPercent alarms

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeploymentConfiguration",
  "type": "object",
  "properties": {
    "deploymentCircuitBreaker": {
      "type": "object"
    },
    "maximumPercent": {
      "type": "integer"
    },
    "minimumHealthyPercent": {
      "type": "integer"
    },
    "alarms": {
      "type": "object"
    }
  }
}