DeltaBaseSubscriptionResource
API reference for DeltaBaseSubscriptionResource
Interface: DeltaBaseSubscriptionResource
Section titled “Interface: DeltaBaseSubscriptionResource”Output state stored by the Alchemy resource.
Extends
Section titled “Extends”Properties
Section titled “Properties”apiKey
Section titled “apiKey”apiKey:
string
Inherited from
Section titled “Inherited from”DeltaBaseSubscriptionProps.apiKey
baseUrl
Section titled “baseUrl”baseUrl:
string
Inherited from
Section titled “Inherited from”DeltaBaseSubscriptionProps.baseUrl
createdAt
Section titled “createdAt”createdAt:
string
ISO-8601 creation timestamp.
eventFilter
Section titled “eventFilter”eventFilter:
string|string[]
Event filter pattern or explicit event names.
Inherited from
Section titled “Inherited from”DeltaBaseSubscriptionProps.eventFilter
eventStoreName
Section titled “eventStoreName”eventStoreName:
string
Event store that owns this subscription.
Inherited from
Section titled “Inherited from”DeltaBaseSubscriptionProps.eventStoreName
initialPosition?
Section titled “initialPosition?”
optionalinitialPosition:"latest"|"earliest"
Initial subscription cursor. Defaults to latest.
Inherited from
Section titled “Inherited from”DeltaBaseSubscriptionProps.initialPosition
status
Section titled “status”status:
SubscriptionStatus
Current DeltaBase status for the subscription.
subscriberId
Section titled “subscriberId”subscriberId:
string
Resolved subscriber id in DeltaBase.
Overrides
Section titled “Overrides”DeltaBaseSubscriptionProps.subscriberId
updatedAt
Section titled “updatedAt”updatedAt:
string
ISO-8601 last update timestamp.
webhook
Section titled “webhook”webhook:
WebhookConfig
Webhook delivery config.