Package version:

Interface GatewayMessageBusOutputDataSourceProperties

The properties that are associated with a Gateway Message Bus.

interface GatewayMessageBusOutputDataSourceProperties {
    topic?: string;
}

Hierarchy (view full)

Properties

Properties

topic?: string

The name of the Service Bus topic.

Generated using TypeDoc