alerts.performance.PerformanceOptions interface

Configuration for app distribution functions.

Signature:

export interface PerformanceOptions extends EventHandlerOptions 

Extends: EventHandlerOptions

Properties

Property Type Description
appId string Scope the function to trigger on a specific application.

alerts.performance.PerformanceOptions.appId

Scope the function to trigger on a specific application.

Signature:

appId?: string;