Amazon ECS · Schema

Resource

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
name string
type string
doubleValue number
longValue integer
integerValue integer
stringSetValue array
View JSON Schema on GitHub

JSON Schema

amazon-ecs-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Resource",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "doubleValue": {
      "type": "number"
    },
    "longValue": {
      "type": "integer"
    },
    "integerValue": {
      "type": "integer"
    },
    "stringSetValue": {
      "type": "array"
    }
  }
}