GetTopicIngestionDataSourceSettingAzureEventHub

data class GetTopicIngestionDataSourceSettingAzureEventHub(val clientId: String, val eventHub: String, val gcpServiceAccount: String, val namespace: String, val resourceGroup: String, val subscriptionId: String, val tenantId: String)

Constructors

constructor(clientId: String, eventHub: String, gcpServiceAccount: String, namespace: String, resourceGroup: String, subscriptionId: String, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure event hub client ID to use for ingestion.

Link copied to clipboard

The Azure event hub to ingest data from.

Link copied to clipboard

The GCP service account to be used for Federated Identity authentication with Azure (via a 'AssumeRoleWithWebIdentity' call for the provided role).

Link copied to clipboard

The Azure event hub namespace to ingest data from.

Link copied to clipboard

The name of the resource group within an Azure subscription.

Link copied to clipboard

The Azure event hub subscription ID to use for ingestion.

Link copied to clipboard

The Azure event hub tenant ID to use for ingestion.