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

PeeringConnectionOptionsRequest

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

The VPC peering connection options.

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

§Properties

§
AllowDnsResolutionFromRemoteVpc?: boolean | null
[src]

If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

§
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | null
[src]

If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using ClassicLink to instances in a peer VPC.