zap-cdk
    Preparing search index...

    Class Zap

    Class representing the ZAP (Zed Attack Proxy) construct.

    Zap

    Hierarchy

    • Construct
      • Zap
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates an instance of Zap.

      Parameters

      • scope: Construct

        The scope in which this construct is defined.

      • id: string

        The ID of the construct.

      • props: IZap

        The properties of the ZAP construct.

      Returns Zap

    Properties

    config: IZap
    node: Node

    The tree node.

    stable

    Methods

    • Synthesizes the ZAP construct into a YAML representation.

      Returns string

      The YAML representation of the ZAP construct.

    • Returns a string representation of this construct.

      Returns string

      stable

    • Converts the ZAP configuration to YAML format.

      Returns IZap

      The ZAP configuration in YAML format.

    • (deprecated) Checks if x is a construct.

      Parameters

      • x: any

        Any object.

      Returns x is Construct

      true if x is an object created from a class which extends Construct.

      use x instanceof Construct instead