Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IngressVpcConfiguration

import type { IngressVpcConfiguration } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";

The configuration of your VPC and the associated VPC endpoint. The VPC endpoint is an Amazon Web Services PrivateLink resource that allows access to your App Runner services from within an Amazon VPC.

interface IngressVpcConfiguration {
VpcEndpointId?: string | null;
VpcId?: string | null;
}

§Properties

§
VpcEndpointId?: string | null
[src]

The ID of the VPC endpoint that your App Runner service connects to.

§
VpcId?: string | null
[src]

The ID of the VPC that is used for the VPC endpoint.