IpamPoolCidrArgs

data class IpamPoolCidrArgs(val cidr: Output<String>? = null, val ipamPoolId: Output<String>? = null, val netmaskLength: Output<Int>? = null) : ConvertibleToJava<IpamPoolCidrArgs>

Resource Schema of AWS::EC2::IPAMPoolCidr Type

Constructors

Link copied to clipboard
constructor(cidr: Output<String>? = null, ipamPoolId: Output<String>? = null, netmaskLength: Output<Int>? = null)

Properties

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

Represents a single IPv4 or IPv6 CIDR

Link copied to clipboard
val ipamPoolId: Output<String>? = null

Id of the IPAM Pool.

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

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.

Functions

Link copied to clipboard
open override fun toJava(): IpamPoolCidrArgs