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

NetworkOriginConfiguration

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

The proposed InternetConfiguration or VpcConfiguration to apply to the Amazon S3 access point. VpcConfiguration does not apply to multi-region access points. You can make the access point accessible from the internet, or you can specify that all requests made through that access point must originate from a specific virtual private cloud (VPC). You can specify only one type of network configuration. For more information, see Creating access points.

interface NetworkOriginConfiguration {
internetConfiguration?: InternetConfiguration | null;
vpcConfiguration?: VpcConfiguration | null;
}

§Properties

§
internetConfiguration?: InternetConfiguration | null
[src]

The configuration for the Amazon S3 access point or multi-region access point with an Internet origin.

§
vpcConfiguration?: VpcConfiguration | null
[src]