userAccounts

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


@JvmName(name = "pphykriybvrtnnti")
suspend fun userAccounts(values: List<Output<PoolUserAccountArgs>>)
@JvmName(name = "txfdmblnckwtplwl")
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 = "hbwncevkpeblbjuf")
suspend fun userAccounts(argument: List<suspend PoolUserAccountArgsBuilder.() -> Unit>)
@JvmName(name = "jqyflarbmapdekux")
suspend fun userAccounts(vararg argument: suspend PoolUserAccountArgsBuilder.() -> Unit)
@JvmName(name = "xcaubjwihriuqaxk")
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.