allocation

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

Parameters

value

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


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

Parameters

argument

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