Ipam Allocation Args
data class IpamAllocationArgs(val cidr: Output<String>? = null, val description: Output<String>? = null, val ipamPoolId: Output<String>? = null, val netmaskLength: Output<Int>? = null) : ConvertibleToJava<IpamAllocationArgs>
Resource Schema of AWS::EC2::IPAMAllocation Type