The request schema for the createSubscription operation.

CreateSubscriptionRequest

interface CreateSubscriptionRequest {
    destinationId: string;
    payloadVersion: string;
    processingDirective?: ProcessingDirective;
}

Properties

destinationId: string

The identifier for the destination where notifications will be delivered.

CreateSubscriptionRequest

payloadVersion: string

The version of the payload object to be used in the notification.

CreateSubscriptionRequest

processingDirective?: ProcessingDirective

CreateSubscriptionRequest