zap-cdk
    Preparing search index...

    Class representing an active scan job.

    ActiveScanJob

    Hierarchy

    • Construct
      • ActiveScanJob
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    The active scan job properties.

    node: Node

    The tree node.

    stable

    Methods

    • Returns a string representation of this construct.

      Returns string

      stable

    • (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