Amazon Fargate · JSON Structure

Amazon Fargate Network Configuration Structure

Network configuration for the task

Type: object Properties: 1
ComputeContainersECSEKSMicroservicesServerless

NetworkConfiguration is a JSON Structure definition published by Amazon Fargate, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

awsvpcConfiguration

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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