Home > @vsf-enterprise/commercetools-types > DestinationInput

# DestinationInput type

Signature:

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

References: InputMaybe, SqsDestinationInput, SnsDestinationInput, AzureServiceBusDestinationInput, EventGridDestinationInput, GoogleCloudPubSubDestinationInput, EventBridgeDestinationInput