compositeRoles

@JvmName(name = "asvqiqnctiydpnxm")
suspend fun compositeRoles(value: Output<List<String>>)
@JvmName(name = "qlhvqosbyqlabtod")
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 = "kyhwrtkdhfaipgpt")
suspend fun compositeRoles(vararg values: Output<String>)


@JvmName(name = "agqdwvujycxwvdyc")
suspend fun compositeRoles(values: List<Output<String>>)
@JvmName(name = "qdbaxafehbigimje")
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.