Amazon ECS · JSON Structure

Amazon Ecs Proxy Configuration Structure

Type: object Properties: 3
AmazonAwsContainersDockerEcsOrchestration

ProxyConfiguration 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

type containerName properties

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProxyConfiguration",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "containerName": {
      "type": "string"
    },
    "properties": {
      "type": "array"
    }
  }
}