GatewayMessageBusOutputDataSourceResponse

data class GatewayMessageBusOutputDataSourceResponse(val topic: String? = null, val type: String)

Describes a Gateway Message Bus output data source.

Constructors

constructor(topic: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val topic: String? = null

The name of the Service Bus topic.

Link copied to clipboard

Indicates the type of data source output will be written to. Required on PUT (CreateOrReplace) requests. Expected value is 'GatewayMessageBus'.