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

DhcpOptions

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

Describes a set of DHCP options.

interface DhcpOptions {
DhcpConfigurations: DhcpConfiguration[];
DhcpOptionsId?: string | null;
OwnerId?: string | null;
Tags: Tag[];
}

§Properties

§
DhcpConfigurations: DhcpConfiguration[]
[src]

One or more DHCP options in the set.

§
DhcpOptionsId?: string | null
[src]

The ID of the set of DHCP options.

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the DHCP options set.

§
Tags: Tag[]
[src]

Any tags assigned to the DHCP options set.