EvaluationContext

Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. If you want to check just a resource definition, you do not need to provide evaluation context.

Types

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

Properties

Link copied to clipboard

A unique EvaluationContextIdentifier ID for an EvaluationContext.

Functions

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