Amazon App Runner · Schema

IngressConfiguration

Network configuration settings for inbound network traffic.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
IsPubliclyAccessible object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-ingressconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "IngressConfiguration",
  "description": "Network configuration settings for inbound network traffic.",
  "type": "object",
  "properties": {
    "IsPubliclyAccessible": {}
  }
}