Amazon App Runner · Schema

VpcIngressConnectionSummary

Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
VpcIngressConnectionArn object
ServiceArn object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-vpcingressconnectionsummary-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VpcIngressConnectionSummary",
  "description": "Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.",
  "type": "object",
  "properties": {
    "VpcIngressConnectionArn": {},
    "ServiceArn": {}
  }
}