get Ipam Allocation
Resource Schema of AWS::EC2::IPAMAllocation Type
Return
null
Parameters
argument
null
suspend fun getIpamAllocation(cidr: String, ipamPoolAllocationId: String, ipamPoolId: String): GetIpamAllocationResult
Return
null
Parameters
cidr
The CIDR you would like to allocate from the IPAM pool. Note the following:
If there is no DefaultNetmaskLength allocation rule set on the pool, you must specify either the NetmaskLength or the CIDR.
If the DefaultNetmaskLength allocation rule is set on the pool, you can specify either the NetmaskLength or the CIDR and the DefaultNetmaskLength allocation rule will be ignored. Possible values: Any available IPv4 or IPv6 CIDR.
ipam Pool Allocation Id
Id of the allocation.
ipam Pool Id
Id of the IPAM Pool.
See also
suspend fun getIpamAllocation(argument: suspend GetIpamAllocationPlainArgsBuilder.() -> Unit): GetIpamAllocationResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetIpamAllocationPlainArgs.