Evaluation

Represents an individual evaluation for a single action and resource pair. This includes the context, the resulting effect, and any policies that matched.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action evaluated for this request (for example, iam:PassRole).

Link copied to clipboard

The context keys and values specific to this evaluation. These are applied on top of the request context.

Link copied to clipboard

The result of the evaluation. Valid values:

Link copied to clipboard

The policies that matched during evaluation of this action and resource. An implicit denial produces no matched policies.

Link copied to clipboard

The resource that the action targeted. This is typically a resource ARN, but can be a wildcard ARN that matches multiple resources, or empty for actions that are not resource-specific.

Functions

Link copied to clipboard
inline fun copy(block: Evaluation.Builder.() -> Unit = {}): Evaluation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String