roles

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

Parameters

value

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


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


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

Parameters

values

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