Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomEventsTrigger

Package version

Trigger that runs every time a custom event is received.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

List of tags that can be used for describing the trigger.

Optional description

description: undefined | string

Trigger description.

events

events: any[]

The list of event types that cause this trigger to fire.

Optional pipelines

Pipelines that need to be started.

Optional runtimeState

runtimeState: TriggerRuntimeState

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. NOTE: This property will not be serialized. It can only be populated by the server.

scope

scope: string

The ARM resource ID of the Azure Event Grid Topic.

Optional subjectBeginsWith

subjectBeginsWith: undefined | string

The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.

Optional subjectEndsWith

subjectEndsWith: undefined | string

The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.

type

type: "CustomEventsTrigger"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc