zap-cdk
    Preparing search index...

    Interface IAlertFilterParameters

    IAlertFilterParameters Represents the parameters for applying alert filters.

    interface IAlertFilterParameters {
        alertFilters: IAlertFilter[];
        deleteGlobalAlerts?: boolean;
    }
    Index

    Properties

    alertFilters: IAlertFilter[]

    A list of alertFilters to be applied.

    deleteGlobalAlerts?: boolean

    If true, will delete all existing global alerts, default: false.