GatewayMessageBusOutputDataSourceArgs

data class GatewayMessageBusOutputDataSourceArgs(val topic: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<GatewayMessageBusOutputDataSourceArgs>

Describes a Gateway Message Bus output data source.

Constructors

Link copied to clipboard
constructor(topic: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val topic: Output<String>? = null

The name of the Service Bus topic.

Link copied to clipboard
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): GatewayMessageBusOutputDataSourceArgs