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

CoipPool

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

Describes a customer-owned address pool.

interface CoipPool {
LocalGatewayRouteTableId?: string | null;
PoolArn?: string | null;
PoolCidrs: string[];
PoolId?: string | null;
Tags: Tag[];
}

§Properties

§
LocalGatewayRouteTableId?: string | null
[src]

The ID of the local gateway route table.

§
PoolArn?: string | null
[src]

The ARN of the address pool.

§
PoolCidrs: string[]
[src]

The address ranges of the address pool.

§
PoolId?: string | null
[src]

The ID of the address pool.

§
Tags: Tag[]
[src]

The tags.