roles

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

Parameters

value

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


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


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

Parameters

values

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