Anchor to WebhookSubscriptionEndpointWebhook
WebhookSubscriptionEndpoint
union
An endpoint to which webhook subscriptions send webhooks events.
Anchor to Possible typesPossible types
- •OBJECT
An Amazon EventBridge partner event source to which webhook subscriptions publish events.
- •OBJECT
An HTTPS endpoint to which webhook subscriptions send POST requests.
- •OBJECT
A Google Cloud Pub/Sub topic to which webhook subscriptions publish events.
Was this section helpful?
Anchor to Fields with this unionFields with this union
- •OBJECT
The endpoint to which the webhook subscription will send events.
Was this section helpful?
union WebhookSubscriptionEndpoint = WebhookEventBridgeEndpoint | WebhookHttpEndpoint | WebhookPubSubEndpoint