Amazon App Runner · Example Payload

Amazon App Runner Vpcconnector Example

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Amazon App Runner Vpcconnector Example is an example object payload from Amazon 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": "example-VpcConnectorName",
  "VpcConnectorArn": "example-VpcConnectorArn",
  "VpcConnectorRevision": "example-VpcConnectorRevision",
  "Subnets": "example-Subnets",
  "SecurityGroups": "example-SecurityGroups",
  "Status": "example-Status",
  "CreatedAt": "example-CreatedAt",
  "DeletedAt": "example-DeletedAt"
}