Amazon ECS · Schema

NetworkConfiguration

The network configuration for a task or service.

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
awsvpcConfiguration object
View JSON Schema on GitHub

JSON Schema

amazon-ecs-network-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NetworkConfiguration",
  "type": "object",
  "description": "The network configuration for a task or service.",
  "properties": {
    "awsvpcConfiguration": {
      "type": "object"
    }
  }
}