Amazon ECS · JSON Structure

Amazon Ecs Linux Parameters Structure

Type: object Properties: 7
AmazonAwsContainersDockerEcsOrchestration

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

Properties

capabilities devices initProcessEnabled sharedMemorySize tmpfs maxSwap swappiness

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LinuxParameters",
  "type": "object",
  "properties": {
    "capabilities": {
      "type": "object"
    },
    "devices": {
      "type": "array"
    },
    "initProcessEnabled": {
      "type": "boolean"
    },
    "sharedMemorySize": {
      "type": "integer"
    },
    "tmpfs": {
      "type": "array"
    },
    "maxSwap": {
      "type": "integer"
    },
    "swappiness": {
      "type": "integer"
    }
  }
}