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

IpamResourceCidr

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

The CIDR for an IPAM resource.

interface IpamResourceCidr {
ComplianceStatus?: IpamComplianceStatus | null;
IpamId?: string | null;
IpamPoolId?: string | null;
IpamScopeId?: string | null;
IpUsage?: number | null;
ManagementState?: IpamManagementState | null;
OverlapStatus?: IpamOverlapStatus | null;
ResourceCidr?: string | null;
ResourceId?: string | null;
ResourceName?: string | null;
ResourceOwnerId?: string | null;
ResourceRegion?: string | null;
ResourceTags: IpamResourceTag[];
ResourceType?: IpamResourceType | null;
VpcId?: string | null;
}

§Properties

§
ComplianceStatus?: IpamComplianceStatus | null
[src]

The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

§
IpamId?: string | null
[src]

The IPAM ID for an IPAM resource.

§
IpamPoolId?: string | null
[src]

The pool ID for an IPAM resource.

§
IpamScopeId?: string | null
[src]

The scope ID for an IPAM resource.

§
IpUsage?: number | null
[src]

The IP address space in the IPAM pool that is allocated to this resource. To convert the decimal to a percentage, multiply the decimal by 100.

§
ManagementState?: IpamManagementState | null
[src]

The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

§
OverlapStatus?: IpamOverlapStatus | null
[src]

The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

§
ResourceCidr?: string | null
[src]

The CIDR for an IPAM resource.

§
ResourceId?: string | null
[src]

The ID of an IPAM resource.

§
ResourceName?: string | null
[src]

The name of an IPAM resource.

§
ResourceOwnerId?: string | null
[src]

The Amazon Web Services account number of the owner of an IPAM resource.

§
ResourceRegion?: string | null
[src]

The Amazon Web Services Region for an IPAM resource.

§
ResourceTags: IpamResourceTag[]
[src]

The tags for an IPAM resource.

§
ResourceType?: IpamResourceType | null
[src]

The type of IPAM resource.

§
VpcId?: string | null
[src]

The ID of a VPC.