zap-cdk
    Preparing search index...

    Class representing the active scan policy configuration.

    ActiveScanPolicyConfig

    Hierarchy

    • Construct
      • ActiveScanPolicyConfig
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates an instance of ActiveScanPolicyConfig.

      Parameters

      • scope: Construct

        The scope in which this construct is defined.

      • id: string

        The ID of the construct.

      • props: ActiveScanPolicyProps

        The properties of the active scan policy configuration.

      Returns ActiveScanPolicyConfig

    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