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

VpcPeeringConnectionOptionsDescription

import type { VpcPeeringConnectionOptionsDescription } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the VPC peering connection options.

interface VpcPeeringConnectionOptionsDescription {
AllowDnsResolutionFromRemoteVpc?: boolean | null;
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | null;
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | null;
}

§Properties

§
AllowDnsResolutionFromRemoteVpc?: boolean | null
[src]

Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

§
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | null
[src]

Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.