Interface StackValidationArgs

StackValidationArgs is the argument bag passed to a stack validation.

interface StackValidationArgs {
    resources: PolicyResource[];
    getConfig<T>(): T;
}

Properties

Methods

Properties

resources: PolicyResource[]

The resources in the stack.

Methods

  • Returns configuration for the policy.

    Type Parameters

    • T extends object

    Returns T

Generated using TypeDoc