Amazon App Runner · Schema

ListVpcIngressConnectionsFilter

Returns a list of VPC Ingress Connections based on the filter provided. It can return either ServiceArn or VpcEndpointId, or both.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

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

JSON Schema

amazon-app-runner-listvpcingressconnectionsfilter-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListVpcIngressConnectionsFilter",
  "description": "Returns a list of VPC Ingress Connections based on the filter provided. It can return either <code>ServiceArn</code> or <code>VpcEndpointId</code>, or both.",
  "type": "object",
  "properties": {
    "ServiceArn": {},
    "VpcEndpointId": {}
  }
}