roles

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

Parameters

value

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


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


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

Parameters

values

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