users

@JvmName(name = "qunpushyrvodiotq")
suspend fun users(value: Output<List<String>>)
@JvmName(name = "cngpxftwhvgxsgry")
suspend fun users(value: List<String>?)

Parameters

value

A list of users to be attached. There must be at least one user.


@JvmName(name = "otuafuhvlemdajko")
suspend fun users(vararg values: Output<String>)


@JvmName(name = "pdgygxesnondbsmw")
suspend fun users(values: List<Output<String>>)
@JvmName(name = "prhkevpjkvtfebyo")
suspend fun users(vararg values: String)

Parameters

values

A list of users to be attached. There must be at least one user.