Amazon ECS · JSON Structure

Amazon Ecs Mount Point Structure

Type: object Properties: 3
AmazonAwsContainersDockerEcsOrchestration

MountPoint 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

sourceVolume containerPath readOnly

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MountPoint",
  "type": "object",
  "properties": {
    "sourceVolume": {
      "type": "string"
    },
    "containerPath": {
      "type": "string"
    },
    "readOnly": {
      "type": "boolean"
    }
  }
}