Uses of Class
software.amazon.awscdk.services.ec2.CfnIPAMAllocation.Builder
-
Uses of CfnIPAMAllocation.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionThe CIDR you would like to allocate from the IPAM pool.static CfnIPAMAllocation.Builder
CfnIPAMAllocation.Builder.description
(String description) A description for the allocation.CfnIPAMAllocation.Builder.ipamPoolId
(String ipamPoolId) The ID of the IPAM pool from which you would like to allocate a CIDR.CfnIPAMAllocation.Builder.netmaskLength
(Number netmaskLength) The netmask length of the CIDR you would like to allocate from the IPAM pool.