Interface CcIpamScopeProps

CloudKitect IPAM Scope properties

interface CcIpamScopeProps {
    description?: string;
    ipamId: string;
    tags?: CcTag[];
}

Properties

description?: string

IPAM description

ipamId: string

Region where IPAM should be created

tags?: CcTag[]

tags to be applied to ipam scope

Generated using TypeDoc