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

IngressConfiguration

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

Network configuration settings for inbound network traffic.

interface IngressConfiguration {
IsPubliclyAccessible?: boolean | null;
}

§Properties

§
IsPubliclyAccessible?: boolean | null
[src]

Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True. To make the service privately accessible, from only within an Amazon VPC set it to False.