Amazon ECS · Schema

RuntimePlatform

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
cpuArchitecture string The CPU architecture.
operatingSystemFamily string The operating system.
View JSON Schema on GitHub

JSON Schema

amazon-ecs-runtime-platform-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RuntimePlatform",
  "type": "object",
  "properties": {
    "cpuArchitecture": {
      "type": "string",
      "description": "The CPU architecture."
    },
    "operatingSystemFamily": {
      "type": "string",
      "description": "The operating system."
    }
  }
}