compositeRoles

@JvmName(name = "blecyjnnxikbheoi")
suspend fun compositeRoles(value: Output<List<String>>)
@JvmName(name = "wbqcbkdnvvliypwa")
suspend fun compositeRoles(value: List<String>?)

Parameters

value

When specified, this role will be a composite role, composed of all roles that have an ID present within this list.


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


@JvmName(name = "xluvmdgfgupodkwx")
suspend fun compositeRoles(values: List<Output<String>>)
@JvmName(name = "drpuebiujukeiyok")
suspend fun compositeRoles(vararg values: String)

Parameters

values

When specified, this role will be a composite role, composed of all roles that have an ID present within this list.