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
readonlyroleArn:string
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:55
The role to assume when publishing to the topic.
schema
readonlyschema:string
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:58
The schema to subscribe to.
subscriptions
readonlysubscriptions:StageDepotSubscriptionProps[]
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:61
List of dynamic subscriptions to be created for the dataset.
topicArn
readonlytopicArn:string
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:52