CloudKitect VPC Component properties

interface CcVpcProps {
    ccDoNotAddFlowLogs?: boolean;
    ipv4IpamPoolId?: string;
    ipv4NetmaskLength?: number;
}

Hierarchy

  • VpcProps
    • CcVpcProps

Properties

ccDoNotAddFlowLogs?: boolean
ipv4IpamPoolId?: string

IPAM pool id from where to get the CIDR range for this VPC

ipv4NetmaskLength?: number

Netmask for the CIDR range to request from the IPAM Pool

Default

The default configured in the IPAM Pool

Generated using TypeDoc