roles

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

Parameters

value

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


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

Parameters

values

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