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

Ipam

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

IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

interface Ipam {
Description?: string | null;
IpamArn?: string | null;
IpamId?: string | null;
IpamRegion?: string | null;
OperatingRegions: IpamOperatingRegion[];
OwnerId?: string | null;
PrivateDefaultScopeId?: string | null;
PublicDefaultScopeId?: string | null;
ScopeCount?: number | null;
State?: IpamState | null;
Tags: Tag[];
}

§Properties

§
Description?: string | null
[src]

The description for the IPAM.

§
IpamArn?: string | null
[src]

The ARN of the IPAM.

§
IpamId?: string | null
[src]

The ID of the IPAM.

§
IpamRegion?: string | null
[src]

The Amazon Web Services Region of the IPAM.

§
OperatingRegions: IpamOperatingRegion[]
[src]

The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

§
OwnerId?: string | null
[src]

The Amazon Web Services account ID of the owner of the IPAM.

§
PrivateDefaultScopeId?: string | null
[src]

The ID of the IPAM's default private scope.

§
PublicDefaultScopeId?: string | null
[src]

The ID of the IPAM's default public scope.

§
ScopeCount?: number | null
[src]

The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the Amazon VPC IPAM User Guide.

§
State?: IpamState | null
[src]

The state of the IPAM.

§
Tags: Tag[]
[src]

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.