Amazon ECS · JSON Structure

Amazon Ecs Log Configuration Structure

Type: object Properties: 3
AmazonAwsContainersDockerEcsOrchestration

LogConfiguration 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

logDriver options secretOptions

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

JSON Structure

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