roles

@JvmName(name = "cmgsocstnpmgllyv")
suspend fun roles(value: Output<List<String>>)
@JvmName(name = "mncssyrqwnrcvejw")
suspend fun roles(value: List<String>?)

Parameters

value

A list of roles to be attached. There must be at least one role.


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


@JvmName(name = "fhopqjnalmilgpxo")
suspend fun roles(values: List<Output<String>>)
@JvmName(name = "twpnvovvqmttouus")
suspend fun roles(vararg values: String)

Parameters

values

A list of roles to be attached. There must be at least one role.