@zarpay/zar-cdk-lib - v0.32.0
    Preparing search index...

    Function addSynthWarning

    • Adds a synthesis warning annotation to a construct.

      Parameters

      • scope: Construct

        The construct to annotate

      • message: string

        The warning message

      Returns void

      if (isDeprecated) {
      addSynthWarning(this, 'This configuration is deprecated');
      }