Package version:

Interface GatewayMessageBusOutputDataSource

Describes a Gateway Message Bus output data source.

interface GatewayMessageBusOutputDataSource {
    topic?: string;
    type: "GatewayMessageBus";
}

Hierarchy (view full)

Properties

Properties

topic?: string

The name of the Service Bus topic.

type: "GatewayMessageBus"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc