AWS App Runner · Example Payload

App Runner Vpc Dns Target Example

CI/CDContainersDeploymentMicroservicesServerless

App Runner Vpc Dns Target 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

VpcIngressConnectionArnVpcIdDomainName

Example Payload

Raw ↑
{
  "VpcIngressConnectionArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service",
  "VpcId": "abc123",
  "DomainName": "my-app-service"
}