Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIPAMPoolPropsMixin.Builder
Packages that use CfnIPAMPoolPropsMixin.Builder
-
Uses of CfnIPAMPoolPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnIPAMPoolPropsMixin.BuilderModifier and TypeMethodDescriptionCfnIPAMPoolPropsMixin.Builder.addressFamily(String addressFamily) The address family of the pool.CfnIPAMPoolPropsMixin.Builder.allocationDefaultNetmaskLength(Number allocationDefaultNetmaskLength) The default netmask length for allocations added to this pool.CfnIPAMPoolPropsMixin.Builder.allocationMaxNetmaskLength(Number allocationMaxNetmaskLength) The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.CfnIPAMPoolPropsMixin.Builder.allocationMinNetmaskLength(Number allocationMinNetmaskLength) The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.CfnIPAMPoolPropsMixin.Builder.allocationResourceTags(List<? extends Object> allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.CfnIPAMPoolPropsMixin.Builder.allocationResourceTags(IResolvable allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.CfnIPAMPoolPropsMixin.Builder.autoImport(Boolean autoImport) If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.CfnIPAMPoolPropsMixin.Builder.autoImport(IResolvable autoImport) If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.CfnIPAMPoolPropsMixin.Builder.awsService(String awsService) Limits which service in AWS that the pool can be used in.CfnIPAMPoolPropsMixin.Builder.create()CfnIPAMPoolPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnIPAMPoolPropsMixin.Builder.description(String description) The description of the IPAM pool.CfnIPAMPoolPropsMixin.Builder.ipamScopeId(String ipamScopeId) The ID of the scope in which you would like to create the IPAM pool.The locale of the IPAM pool.CfnIPAMPoolPropsMixin.Builder.provisionedCidrs(List<? extends Object> provisionedCidrs) Information about the CIDRs provisioned to an IPAM pool.CfnIPAMPoolPropsMixin.Builder.provisionedCidrs(IResolvable provisionedCidrs) Information about the CIDRs provisioned to an IPAM pool.CfnIPAMPoolPropsMixin.Builder.publicIpSource(String publicIpSource) The IP address source for pools in the public scope.CfnIPAMPoolPropsMixin.Builder.publiclyAdvertisable(Boolean publiclyAdvertisable) Determines if a pool is publicly advertisable.CfnIPAMPoolPropsMixin.Builder.publiclyAdvertisable(IResolvable publiclyAdvertisable) Determines if a pool is publicly advertisable.CfnIPAMPoolPropsMixin.Builder.sourceIpamPoolId(String sourceIpamPoolId) The ID of the source IPAM pool.CfnIPAMPoolPropsMixin.Builder.sourceResource(CfnIPAMPoolPropsMixin.SourceResourceProperty sourceResource) The resource used to provision CIDRs to a resource planning pool.CfnIPAMPoolPropsMixin.Builder.sourceResource(IResolvable sourceResource) The resource used to provision CIDRs to a resource planning pool.The key/value combination of a tag assigned to the resource.