Amazon Fargate · Example Payload

Amazon Fargate Port Mapping Example

ComputeContainersECSEKSMicroservicesServerless

Amazon Fargate Port Mapping Example is an example object payload from Amazon Fargate, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

containerPorthostPortprotocol

Example Payload

Raw ↑
{
  "containerPort": 80,
  "hostPort": 80,
  "protocol": "tcp"
}