GatewayMessageBusStreamInputDataSourceArgs

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

Describes a blob input data source that contains stream data.

Constructors

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 input data source containing stream data. Required on PUT (CreateOrReplace) requests. Expected value is 'GatewayMessageBus'.

Functions

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