| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.addressFamily(String addressFamily)
The address family of the pool.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.allocationDefaultNetmaskLength(Number allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.allocationMaxNetmaskLength(Number allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.allocationMinNetmaskLength(Number allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.allocationResourceTags(IResolvable allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.allocationResourceTags(List<? extends Object> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
CfnIPAMPool.Builder |
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 |
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 |
CfnIPAMPool.Builder.awsService(String awsService)
`AWS::EC2::IPAMPool.AwsService`.
|
static CfnIPAMPool.Builder |
CfnIPAMPool.Builder.create(software.constructs.Construct scope,
String id) |
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.description(String description)
The description of the IPAM pool.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.ipamScopeId(String ipamScopeId)
The ID of the scope in which you would like to create the IPAM pool.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.locale(String locale)
The locale of the IPAM pool.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.provisionedCidrs(IResolvable provisionedCidrs)
Information about the CIDRs provisioned to an IPAM pool.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.provisionedCidrs(List<? extends Object> provisionedCidrs)
Information about the CIDRs provisioned to an IPAM pool.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.publiclyAdvertisable(Boolean publiclyAdvertisable)
Determines if a pool is publicly advertisable.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.publiclyAdvertisable(IResolvable publiclyAdvertisable)
Determines if a pool is publicly advertisable.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.sourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool.
|
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.tags(List<? extends CfnTag> tags)
The key/value combination of a tag assigned to the resource.
|
Copyright © 2022. All rights reserved.