Amazon Fargate · Schema

NetworkConfiguration

Network configuration for the task

ComputeContainersECSEKSMicroservicesServerless

Properties

Name Type Description
awsvpcConfiguration object
View JSON Schema on GitHub

JSON Schema

amazon-fargate-network-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-fargate/refs/heads/main/json-schema/amazon-fargate-network-configuration-schema.json",
  "title": "NetworkConfiguration",
  "description": "Network configuration for the task",
  "type": "object",
  "properties": {
    "awsvpcConfiguration": {
      "$ref": "#/components/schemas/AwsVpcConfiguration"
    }
  }
}