Uses of Class
software.amazon.awscdk.services.ec2.CfnIPAMPool.Builder
-
Uses of CfnIPAMPool.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionCfnIPAMPool.Builder.addressFamily
(String addressFamily) The address family of the pool.CfnIPAMPool.Builder.allocationDefaultNetmaskLength
(Number allocationDefaultNetmaskLength) The default netmask length for allocations added to this pool.CfnIPAMPool.Builder.allocationMaxNetmaskLength
(Number allocationMaxNetmaskLength) The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.CfnIPAMPool.Builder.allocationMinNetmaskLength
(Number allocationMinNetmaskLength) The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.CfnIPAMPool.Builder.allocationResourceTags
(List<? extends Object> allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.CfnIPAMPool.Builder.allocationResourceTags
(IResolvable allocationResourceTags) Tags that are required for resources that use CIDRs from this IPAM pool.CfnIPAMPool.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.CfnIPAMPool.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.CfnIPAMPool.Builder.awsService
(String awsService) Limits which service in AWS that the pool can be used in.static CfnIPAMPool.Builder
CfnIPAMPool.Builder.description
(String description) The description of the IPAM pool.CfnIPAMPool.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.CfnIPAMPool.Builder.provisionedCidrs
(List<? extends Object> provisionedCidrs) Information about the CIDRs provisioned to an IPAM pool.CfnIPAMPool.Builder.provisionedCidrs
(IResolvable provisionedCidrs) Information about the CIDRs provisioned to an IPAM pool.CfnIPAMPool.Builder.publicIpSource
(String publicIpSource) The IP address source for pools in the public scope.CfnIPAMPool.Builder.publiclyAdvertisable
(Boolean publiclyAdvertisable) Determines if a pool is publicly advertisable.CfnIPAMPool.Builder.publiclyAdvertisable
(IResolvable publiclyAdvertisable) Determines if a pool is publicly advertisable.CfnIPAMPool.Builder.sourceIpamPoolId
(String sourceIpamPoolId) The ID of the source IPAM pool.The key/value combination of a tag assigned to the resource.