The request schema for the createSubscription operation.

Export

CreateSubscriptionRequest

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

Properties

destinationId: string

The identifier for the destination where notifications will be delivered.

Memberof

CreateSubscriptionRequest

payloadVersion: string

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

Memberof

CreateSubscriptionRequest

processingDirective?: ProcessingDirective

Memberof

CreateSubscriptionRequest