AWS App Runner · Schema

VpcDNSTarget

VpcDNSTarget schema from AWS App Runner

CI/CDContainersDeploymentMicroservicesServerless

Properties

Name Type Description
VpcIngressConnectionArn string
VpcId string
DomainName string
View JSON Schema on GitHub

JSON Schema

app-runner-vpc-dns-target-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "VpcIngressConnectionArn": {
      "type": "string"
    },
    "VpcId": {
      "type": "string"
    },
    "DomainName": {
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-runner/refs/heads/main/json-schema/app-runner-vpc-dns-target-schema.json",
  "title": "VpcDNSTarget",
  "description": "VpcDNSTarget schema from AWS App Runner"
}