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

    Interface Constraint

    This is interface for the constraints needed to test asking for the key name of the object, the value being tested, and context for detailed Zod errors.

    interface Constraint {
        validate(key: string, value: any, identifier: string): any;
    }

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • key: string
      • value: any
      • identifier: string

      Returns any