Network configuration for the task
{ "$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" } } }