Alokai

DestinationInput

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