CloudKitect IPAM Component properties

interface CcIpamProps {
    description?: string;
    regions?: CcRegion[];
    tags?: CcTag[];
    tier?: CcIpamTier;
}

Properties

description?: string

The description for the IPAM.

regions?: CcRegion[]

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

Default

All Regions.
tags?: CcTag[]

tags to be applied to ipam

tier?: CcIpamTier

IPAM tier

Default

CcIpamTier.ADVANCED

Generated using TypeDoc