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

ByoipCidr

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

Information about an address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

interface ByoipCidr {
Cidr?: string | null;
Description?: string | null;
State?: ByoipCidrState | null;
StatusMessage?: string | null;
}

§Properties

§
Cidr?: string | null
[src]

The address range, in CIDR notation.

§
Description?: string | null
[src]

The description of the address range.

§
State?: ByoipCidrState | null
[src]

The state of the address pool.

§
StatusMessage?: string | null
[src]

Upon success, contains the ID of the address pool. Otherwise, contains an error message.