@aws-quickstart/eks-blueprints
    Preparing search index...

    Type Alias ConstraintsType<T>

    ConstraintsType: Partial<Record<keyof T, Constraint>>

    The type that derives from a generic input structure, retaining the keys. Enables to define mapping between the input structure keys and constraints.

    Type Parameters

    • T