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

IpamAddressHistoryRecord

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

The historical record of a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.

interface IpamAddressHistoryRecord {
ResourceCidr?: string | null;
ResourceComplianceStatus?: IpamComplianceStatus | null;
ResourceId?: string | null;
ResourceName?: string | null;
ResourceOverlapStatus?: IpamOverlapStatus | null;
ResourceOwnerId?: string | null;
ResourceRegion?: string | null;
ResourceType?: IpamAddressHistoryResourceType | null;
SampledEndTime?: Date | number | null;
SampledStartTime?: Date | number | null;
VpcId?: string | null;
}

§Properties

§
ResourceCidr?: string | null
[src]

The CIDR of the resource.

§
ResourceComplianceStatus?: IpamComplianceStatus | null
[src]

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

§
ResourceId?: string | null
[src]

The ID of the resource.

§
ResourceName?: string | null
[src]

The name of the resource.

§
ResourceOverlapStatus?: 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.

§
ResourceOwnerId?: string | null
[src]

The ID of the resource owner.

§
ResourceRegion?: string | null
[src]

The Amazon Web Services Region of the resource.

§

The type of the resource.

§
SampledEndTime?: Date | number | null
[src]

Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.

§
SampledStartTime?: Date | number | null
[src]

Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.

§
VpcId?: string | null
[src]

The VPC ID of the resource.