userAccounts

@JvmName(name = "vpvtmiifbwwtqwqf")
suspend fun userAccounts(value: Output<List<PoolUserAccountArgs>>)
@JvmName(name = "ifmwdddppjesbkul")
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 = "latgvylpvidgonce")
suspend fun userAccounts(vararg values: Output<PoolUserAccountArgs>)


@JvmName(name = "ptoplfyixlmtivsq")
suspend fun userAccounts(values: List<Output<PoolUserAccountArgs>>)
@JvmName(name = "dpqudbmespatgvjo")
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 = "shaqicdeihkawmub")
suspend fun userAccounts(argument: List<suspend PoolUserAccountArgsBuilder.() -> Unit>)
@JvmName(name = "xmimyhpssigejkcy")
suspend fun userAccounts(vararg argument: suspend PoolUserAccountArgsBuilder.() -> Unit)
@JvmName(name = "xxvtkfrvsbfagglu")
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.