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

DhcpConfiguration

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

Describes a DHCP configuration option.

interface DhcpConfiguration {
Key?: string | null;
Values: AttributeValue[];
}

§Properties

§
Key?: string | null
[src]

The name of a DHCP option.

§

One or more values for the DHCP option.