Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIPAMPoolCidrPropsMixin.Builder
Packages that use CfnIPAMPoolCidrPropsMixin.Builder
-
Uses of CfnIPAMPoolCidrPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnIPAMPoolCidrPropsMixin.BuilderModifier and TypeMethodDescriptionThe CIDR provisioned to the IPAM pool.CfnIPAMPoolCidrPropsMixin.Builder.create()CfnIPAMPoolCidrPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnIPAMPoolCidrPropsMixin.Builder.ipamPoolId(String ipamPoolId) The ID of the IPAM pool.CfnIPAMPoolCidrPropsMixin.Builder.netmaskLength(Number netmaskLength) The netmask length of the CIDR you'd like to provision to a pool.