Skip to main content

Interface: StageDepotSubscriptionProps

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:29

Interface to represent a Dataset Subscriptions configuration.

Properties

context?

readonly optional context?: any

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:43

The context to pass to the subscription.


expand?

readonly optional expand?: string[]

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:46

A list of object properties to expand in the subscription notification message.


filter

readonly filter: string

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:34

A filter to apply to the subscription.


operations

readonly operations: string[]

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:40

Which operations the subscription should apply to.

Default

[]

Example

["create", "update"]

schemas?

readonly optional schemas?: string[]

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:31

List of schemas to subscribe to.