Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIPAMAllocationPropsMixin.Builder
Packages that use CfnIPAMAllocationPropsMixin.Builder
-
Uses of CfnIPAMAllocationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnIPAMAllocationPropsMixin.BuilderModifier and TypeMethodDescriptionThe CIDR you would like to allocate from the IPAM pool.CfnIPAMAllocationPropsMixin.Builder.create()CfnIPAMAllocationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnIPAMAllocationPropsMixin.Builder.description(String description) A description for the allocation.CfnIPAMAllocationPropsMixin.Builder.ipamPoolId(String ipamPoolId) The ID of the IPAM pool from which you would like to allocate a CIDR.CfnIPAMAllocationPropsMixin.Builder.netmaskLength(Number netmaskLength) The netmask length of the CIDR you would like to allocate from the IPAM pool.