getIpamAllocation

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.

ipamPoolAllocationId

Id of the allocation.

ipamPoolId

Id of the IPAM Pool.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetIpamAllocationPlainArgs.

See also