AWS App Runner · Example Payload

App Runner Instance Configuration Example

CI/CDContainersDeploymentMicroservicesServerless

App Runner Instance Configuration Example is an example object payload from AWS App Runner, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CpuMemoryInstanceRoleArn

Example Payload

Raw ↑
{
  "Cpu": "example-value",
  "Memory": "example-value",
  "InstanceRoleArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service"
}