userAccounts

@JvmName(name = "rndyouhywwclswrv")
suspend fun userAccounts(value: Output<List<PoolUserAccountArgs>>)
@JvmName(name = "nnhfxdaycpokyqtt")
suspend fun userAccounts(value: List<PoolUserAccountArgs>?)

Parameters

value

A user_accounts block that describes the list of user accounts to be created on each node in the pool as defined below.


@JvmName(name = "tqpusrdidcmvoaro")
suspend fun userAccounts(vararg values: Output<PoolUserAccountArgs>)


@JvmName(name = "rxdbgksufuvewfrj")
suspend fun userAccounts(values: List<Output<PoolUserAccountArgs>>)
@JvmName(name = "ojdfjeckrxccdlku")
suspend fun userAccounts(vararg values: PoolUserAccountArgs)

Parameters

values

A user_accounts block that describes the list of user accounts to be created on each node in the pool as defined below.


@JvmName(name = "bkllscbumsqlflga")
suspend fun userAccounts(argument: List<suspend PoolUserAccountArgsBuilder.() -> Unit>)
@JvmName(name = "kbnrlooxuuxdhmpi")
suspend fun userAccounts(vararg argument: suspend PoolUserAccountArgsBuilder.() -> Unit)
@JvmName(name = "ukrchbjjfhgpetjs")
suspend fun userAccounts(argument: suspend PoolUserAccountArgsBuilder.() -> Unit)

Parameters

argument

A user_accounts block that describes the list of user accounts to be created on each node in the pool as defined below.