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

VpcInfoPeeringOptionsDetails

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

Provides information about the VPC peering connection options for the accepter or requester VPC.

interface VpcInfoPeeringOptionsDetails {
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.