roles

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

Parameters

value

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


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


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

Parameters

values

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