AWS App Runner · JSON Structure

App Runner Vpc Dns Target Structure

VpcDNSTarget schema from AWS App Runner

Type: object Properties: 3
CI/CDContainersDeploymentMicroservicesServerless

VpcDNSTarget is a JSON Structure definition published by AWS App Runner, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VpcIngressConnectionArn VpcId DomainName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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