Home > @infiniteobjects/shopify-data-manager > AdminTypes > EventBridgeWebhookSubscriptionInput
The input fields for an EventBridge webhook subscription.
Signature:
export interface EventBridgeWebhookSubscriptionInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| arn? | InputMaybe<Scalars[‘ARN’][‘input’]> | (Optional) The ARN of the EventBridge partner event source. | |
| format? | InputMaybe<WebhookSubscriptionFormat | `${WebhookSubscriptionFormat}`> | (Optional) The format in which the webhook subscription should send the data. | |
| includeFields? | InputMaybe<Array<Scalars[‘String’][‘input’]>> | (Optional) The list of fields to be included in the webhook subscription. | |
| metafieldNamespaces? | InputMaybe<Array<Scalars[‘String’][‘input’]>> | (Optional) The list of namespaces for any metafields that should be included in the webhook subscription. |