Scope

class Scope

Defines the scope for recommendation generation, specifying which pillars and goals to focus on.

Types

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

Properties

Link copied to clipboard

Specific goal IDs to focus on during recommendation generation.

Link copied to clipboard

Optional per-pillar item filtering configuration.

Link copied to clipboard

The Well-Architected Tool Framework pillars to include in the generation scope.

Functions

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