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

VpcConfiguration

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

The virtual private cloud (VPC) configuration for an access point.

interface VpcConfiguration {
VpcId: string;
}

§Properties

§
VpcId: string
[src]

If this field is specified, this access point will only allow connections from the specified VPC ID.