Amazon App Runner · Schema

EgressConfiguration

Describes configuration settings related to outbound network traffic of an App Runner service.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
EgressType object
VpcConnectorArn object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-egressconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EgressConfiguration",
  "description": "Describes configuration settings related to outbound network traffic of an App Runner service.",
  "type": "object",
  "properties": {
    "EgressType": {},
    "VpcConnectorArn": {}
  }
}