Amazon ECS · Example Payload

Amazon Ecs Service Registry Example

AmazonAwsContainersDockerEcsOrchestration

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

Top-level fields

registryArnportcontainerNamecontainerPort

Example Payload

Raw ↑
{
  "registryArn": "example_value",
  "port": 10,
  "containerName": "example_value",
  "containerPort": 10
}