IpamPoolCidr

class IpamPoolCidr : KotlinCustomResource

Resource Schema of AWS::EC2::IPAMPoolCidr Type

Properties

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

Represents a single IPv4 or IPv6 CIDR

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

Id of the IPAM Pool Cidr.

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 provision. 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 state: Output<String>

Provisioned state of the cidr.

Link copied to clipboard
val urn: Output<String>