Amazon Fargate · Example Payload

Amazon Fargate Container Definition Example

ComputeContainersECSEKSMicroservicesServerless

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

Top-level fields

nameimageessentialcpumemoryenvironmentportMappingslogConfiguration

Example Payload

Raw ↑
{
  "name": "my-container",
  "image": "nginx:latest",
  "essential": true,
  "cpu": 256,
  "memory": 512,
  "environment": [
    "example-value"
  ],
  "portMappings": [
    "example-value"
  ],
  "logConfiguration": "example-value"
}