Topic Ingestion Data Source Settings Azure Event Hubs Args
data class TopicIngestionDataSourceSettingsAzureEventHubsArgs(val clientId: Output<String>? = null, val eventHub: Output<String>? = null, val gcpServiceAccount: Output<String>? = null, val namespace: Output<String>? = null, val resourceGroup: Output<String>? = null, val subscriptionId: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<TopicIngestionDataSourceSettingsAzureEventHubsArgs>
Properties
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 name of the resource group within an Azure subscription.
Link copied to clipboard
The Azure event hub subscription ID to use for ingestion.