Amazon ECS · Example Payload

Amazon Ecs Health Check Example

AmazonAwsContainersDockerEcsOrchestration

Amazon Ecs Health Check Example is an example object payload from Amazon ECS, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

commandintervaltimeoutretriesstartPeriod

Example Payload

Raw ↑
{
  "command": [],
  "interval": 10,
  "timeout": 10,
  "retries": 10,
  "startPeriod": 10
}