| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnIPAMAllocation.Builder |
CfnIPAMAllocation.Builder.cidr(String cidr)
The CIDR you would like to allocate from the IPAM pool.
|
static CfnIPAMAllocation.Builder |
CfnIPAMAllocation.Builder.create(software.constructs.Construct scope,
String id) |
CfnIPAMAllocation.Builder |
CfnIPAMAllocation.Builder.description(String description)
A description for the allocation.
|
CfnIPAMAllocation.Builder |
CfnIPAMAllocation.Builder.ipamPoolId(String ipamPoolId)
The ID of the IPAM pool from which you would like to allocate a CIDR.
|
CfnIPAMAllocation.Builder |
CfnIPAMAllocation.Builder.netmaskLength(Number netmaskLength)
The netmask length of the CIDR you would like to allocate from the IPAM pool.
|
Copyright © 2022. All rights reserved.