allocation

@JvmName(name = "drelrodepbunfbtp")
suspend fun allocation(value: Output<AllocationResultArgs>)
@JvmName(name = "aeugsmaqjkqluing")
suspend fun allocation(value: AllocationResultArgs?)

Parameters

value

Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet.


@JvmName(name = "mwwijwusvmoletma")
suspend fun allocation(argument: suspend AllocationResultArgsBuilder.() -> Unit)

Parameters

argument

Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet.