Interface: StageDepotSubscriptionProps
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:29
Interface to represent a Dataset Subscriptions configuration.
Properties
context?
readonlyoptionalcontext?:any
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:43
The context to pass to the subscription.
expand?
readonlyoptionalexpand?: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
readonlyfilter:string
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:34
A filter to apply to the subscription.
operations
readonlyoperations:string[]
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:40
Which operations the subscription should apply to.
Default
[]
Example
["create", "update"]
schemas?
readonlyoptionalschemas?:string[]
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:31
List of schemas to subscribe to.