Azure Data Explorer Connection Properties Args
data class AzureDataExplorerConnectionPropertiesArgs(val adxDatabaseName: Output<String>, val adxEndpointUri: Output<String>, val adxResourceId: Output<String>, val adxTableName: Output<String>? = null, val connectionType: Output<String>, val eventHubConsumerGroup: Output<String>? = null, val eventHubEndpointUri: Output<String>, val eventHubEntityPath: Output<String>, val eventHubNamespaceResourceId: Output<String>) : ConvertibleToJava<AzureDataExplorerConnectionPropertiesArgs>
Properties of a time series database connection to Azure Data Explorer with data being sent via an EventHub.
Constructors
Link copied to clipboard
constructor(adxDatabaseName: Output<String>, adxEndpointUri: Output<String>, adxResourceId: Output<String>, adxTableName: Output<String>? = null, connectionType: Output<String>, eventHubConsumerGroup: Output<String>? = null, eventHubEndpointUri: Output<String>, eventHubEntityPath: Output<String>, eventHubNamespaceResourceId: Output<String>)
Properties
Link copied to clipboard
The name of the Azure Data Explorer database.
Link copied to clipboard
The URI of the Azure Data Explorer endpoint.
Link copied to clipboard
The resource ID of the Azure Data Explorer cluster.
Link copied to clipboard
The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents.
Link copied to clipboard
The type of time series connection resource. Expected value is 'AzureDataExplorer'.
Link copied to clipboard
The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.
Link copied to clipboard
The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://
Link copied to clipboard
The EventHub name in the EventHub namespace for identity-based authentication.
Link copied to clipboard
The resource ID of the EventHub namespace.