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

DescribeVpcAttributeResult

import type { DescribeVpcAttributeResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DescribeVpcAttributeResult {
EnableDnsHostnames?: AttributeBooleanValue | null;
EnableDnsSupport?: AttributeBooleanValue | null;
VpcId?: string | null;
}

§Properties

§
EnableDnsHostnames?: AttributeBooleanValue | null
[src]

Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not.

§
EnableDnsSupport?: AttributeBooleanValue | null
[src]

Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.

§
VpcId?: string | null
[src]

The ID of the VPC.