Amazon ECS · JSON Structure

Amazon Ecs Service Connect Configuration Structure

Type: object Properties: 4
AmazonAwsContainersDockerEcsOrchestration

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

Properties

enabled namespace services logConfiguration

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceConnectConfiguration",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "namespace": {
      "type": "string"
    },
    "services": {
      "type": "array"
    },
    "logConfiguration": {
      "type": "object"
    }
  }
}