Anchor to WebhookSubscriptionEndpointWebhook
Webhook Subscription Endpoint
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.
- arn•ARN!non-null
The ARN of this EventBridge partner event source.
- arn•
- •OBJECT
An HTTPS endpoint to which webhook subscriptions send POST requests.
- callback
Url• URL!non-null The URL to which the webhooks events are sent.
- callback
- •OBJECT
A Google Cloud Pub/Sub topic to which webhook subscriptions publish events.
- pub
Sub Project• String!non-null The Google Cloud Pub/Sub project ID.
- pub
Sub Topic• String!non-null The Google Cloud Pub/Sub topic ID.
- pub
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