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

NetworkConfiguration

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

Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.

interface NetworkConfiguration {
EgressConfiguration?: EgressConfiguration | null;
IngressConfiguration?: IngressConfiguration | null;
}

§Properties

§
EgressConfiguration?: EgressConfiguration | null
[src]

Network configuration settings for outbound message traffic.

§
IngressConfiguration?: IngressConfiguration | null
[src]

Network configuration settings for inbound message traffic.