A test message is sent to ensure the correct configuration of the Destination. If the message cannot be delivered, the update will fail. The payload of the test message is a notification of type ResourceCreated for the resourceTypeId subscription. The status will change to Healthy, if it isn't already.

interface SubscriptionChangeDestinationAction {
    action: "changeDestination";
    destination: Destination;
}

Properties

Properties

action: "changeDestination"
destination: Destination

New value to set. Must not be empty.

Generated using TypeDoc