Amazon App Runner · Schema

NetworkConfiguration

Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
EgressConfiguration object
IngressConfiguration object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-networkconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NetworkConfiguration",
  "description": "Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.",
  "type": "object",
  "properties": {
    "EgressConfiguration": {},
    "IngressConfiguration": {}
  }
}