Skip to main content

Interface: StageDepotSubscriptionsProps

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

Interface to represent a Dataset Subscriptions notifications configuration, allowing the subscription to changes in underlying data.

Properties

roleArn

readonly roleArn: string

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

The role to assume when publishing to the topic.


schema

readonly schema: string

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

The schema to subscribe to.


subscriptions

readonly subscriptions: StageDepotSubscriptionProps[]

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

List of dynamic subscriptions to be created for the dataset.


topicArn

readonly topicArn: string

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