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

Ipv6Pool

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

Describes an IPv6 address pool.

interface Ipv6Pool {
Description?: string | null;
PoolCidrBlocks: PoolCidrBlock[];
PoolId?: string | null;
Tags: Tag[];
}

§Properties

§
Description?: string | null
[src]

The description for the address pool.

§
PoolCidrBlocks: PoolCidrBlock[]
[src]

The CIDR blocks for the address pool.

§
PoolId?: string | null
[src]

The ID of the address pool.

§
Tags: Tag[]
[src]

Any tags for the address pool.