Amazon ECS · JSON Structure

Amazon Ecs Capacity Provider Strategy Item Structure

Type: object Properties: 3
AmazonAwsContainersDockerEcsOrchestration

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

Properties

capacityProvider weight base

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CapacityProviderStrategyItem",
  "type": "object",
  "properties": {
    "capacityProvider": {
      "type": "string"
    },
    "weight": {
      "type": "integer"
    },
    "base": {
      "type": "integer"
    }
  }
}