Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

DestinationInput

export type DestinationInput = {
    SQS?: InputMaybe<SqsDestinationInput>;
    SNS?: InputMaybe<SnsDestinationInput>;
    AzureServiceBus?: InputMaybe<AzureServiceBusDestinationInput>;
    EventGrid?: InputMaybe<EventGridDestinationInput>;
    GoogleCloudPubSub?: InputMaybe<GoogleCloudPubSubDestinationInput>;
    EventBridge?: InputMaybe<EventBridgeDestinationInput>;
};

Referenced Types

On this page