roles

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

Parameters

value

A list of roles to bind, each item is a resource type qualified role name.


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


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

Parameters

values

A list of roles to bind, each item is a resource type qualified role name.