IoTHubStreamInputDataSourceArgs

data class IoTHubStreamInputDataSourceArgs(val consumerGroupName: Output<String>? = null, val endpoint: Output<String>? = null, val iotHubNamespace: Output<String>? = null, val sharedAccessPolicyKey: Output<String>? = null, val sharedAccessPolicyName: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<IoTHubStreamInputDataSourceArgs>

Describes an IoT Hub input data source that contains stream data.

Constructors

Link copied to clipboard
constructor(consumerGroupName: Output<String>? = null, endpoint: Output<String>? = null, iotHubNamespace: Output<String>? = null, sharedAccessPolicyKey: Output<String>? = null, sharedAccessPolicyName: Output<String>? = null, type: Output<String>)

Properties

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

The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group.

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

The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).

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

The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.

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

The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

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

The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.

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 'Microsoft.Devices/IotHubs'.

Functions

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