EvaluationResult

The details of an Config evaluation. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.

Types

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

Properties

Link copied to clipboard

Supplementary information about how the evaluation determined the compliance.

Link copied to clipboard

Indicates whether the Amazon Web Services resource complies with the Config rule that evaluated it.

Link copied to clipboard

The time when the Config rule evaluated the Amazon Web Services resource.

Link copied to clipboard

Uniquely identifies the evaluation result.

Link copied to clipboard

The time when Config recorded the evaluation result.

Link copied to clipboard

An encrypted token that associates an evaluation with an Config rule. The token identifies the rule, the Amazon Web Services resource being evaluated, and the event that triggered the evaluation.

Functions

Link copied to clipboard
inline fun copy(block: EvaluationResult.Builder.() -> Unit = {}): EvaluationResult
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