roles

@JvmName(name = "sxkbrmvkjvouuoxi")
suspend fun roles(value: Output<List<Either<String, AccessPolicyRole>>>)
@JvmName(name = "eixdoomenowvdnbk")
suspend fun roles(value: List<Either<String, AccessPolicyRole>>?)

Parameters

value

The list of roles the principal is assigned on the environment.


@JvmName(name = "oxatihkducmdssob")
suspend fun roles(vararg values: Output<Either<String, AccessPolicyRole>>)


@JvmName(name = "qhpduoyppchsninc")
suspend fun roles(values: List<Output<Either<String, AccessPolicyRole>>>)
@JvmName(name = "cphwewwrmxpvpfnq")
suspend fun roles(vararg values: Either<String, AccessPolicyRole>)

Parameters

values

The list of roles the principal is assigned on the environment.