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

CoipAddressUsage

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

Describes address usage for a customer-owned address pool.

interface CoipAddressUsage {
AllocationId?: string | null;
AwsAccountId?: string | null;
AwsService?: string | null;
CoIp?: string | null;
}

§Properties

§
AllocationId?: string | null
[src]

The allocation ID of the address.

§
AwsAccountId?: string | null
[src]

The Amazon Web Services account ID.

§
AwsService?: string | null
[src]

The Amazon Web Services service.

§
CoIp?: string | null
[src]

The customer-owned IP address.