userAccounts

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


@JvmName(name = "kpyyinhfenrnxgpk")
suspend fun userAccounts(values: List<Output<PoolUserAccountArgs>>)
@JvmName(name = "yjkosmyrknnnliwh")
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 = "txbehhqkxbyjtcfp")
suspend fun userAccounts(argument: List<suspend PoolUserAccountArgsBuilder.() -> Unit>)
@JvmName(name = "wphqxpfwnpuwdbee")
suspend fun userAccounts(vararg argument: suspend PoolUserAccountArgsBuilder.() -> Unit)
@JvmName(name = "qxuhgjjxdnlryeqk")
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.