roles

@JvmName(name = "ykdnvumtobxtjnao")
suspend fun roles(value: Output<Map<String, String>>)
@JvmName(name = "hndfjdctfutxkjqh")
suspend fun roles(value: Map<String, String>?)

Parameters

value

The map of the roles associated with this pool. For a given role, the key is either "authenticated" or "unauthenticated". The value is the role ARN.


@JvmName(name = "iqfufbcjgedtclyq")
fun roles(vararg values: Pair<String, String>)

Parameters

values

The map of the roles associated with this pool. For a given role, the key is either "authenticated" or "unauthenticated". The value is the role ARN.