Amazon ECS · JSON Structure

Amazon Ecs Volume Structure

Type: object Properties: 5
AmazonAwsContainersDockerEcsOrchestration

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

Properties

name host dockerVolumeConfiguration efsVolumeConfiguration fsxWindowsFileServerVolumeConfiguration

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Volume",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "host": {
      "type": "object"
    },
    "dockerVolumeConfiguration": {
      "type": "object"
    },
    "efsVolumeConfiguration": {
      "type": "object"
    },
    "fsxWindowsFileServerVolumeConfiguration": {
      "type": "object"
    }
  }
}