IpamAllocation

class IpamAllocation : KotlinCustomResource

Resource Schema of AWS::EC2::IPAMAllocation Type

Properties

Link copied to clipboard
val cidr: Output<String>?

The CIDR you would like to allocate from the IPAM pool. Note the following:

Link copied to clipboard
val description: Output<String>?

A description for the allocation.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Id of the allocation.

Link copied to clipboard
val ipamPoolId: Output<String>

Id of the IPAM Pool.

Link copied to clipboard
val netmaskLength: Output<Int>?

The desired netmask length of the allocation. If set, IPAM will choose a block of free space with this size and return the CIDR representing it.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>