AWS App Runner · Example Payload

App Runner Vpc Connector Example

CI/CDContainersDeploymentMicroservicesServerless

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

Top-level fields

VpcConnectorNameVpcConnectorArnVpcConnectorRevisionSubnetsSecurityGroupsStatusCreatedAtDeletedAt

Example Payload

Raw ↑
{
  "VpcConnectorName": "my-app-service",
  "VpcConnectorArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service",
  "VpcConnectorRevision": 42,
  "Subnets": [
    "example-value"
  ],
  "SecurityGroups": [
    "example-value"
  ],
  "Status": "ACTIVE",
  "CreatedAt": "example-value",
  "DeletedAt": "example-value"
}