getKafkaConfiguration

Gets the kafka configuration for the account Uses Azure REST API version 2024-04-01-preview. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The configuration of the event streaming service resource attached to the Purview account for kafka notifications.

Parameters

argument

null


suspend fun getKafkaConfiguration(accountName: String, kafkaConfigurationName: String, resourceGroupName: String): GetKafkaConfigurationResult

Return

The configuration of the event streaming service resource attached to the Purview account for kafka notifications.

Parameters

accountName

The name of the account.

kafkaConfigurationName

Name of kafka configuration.

resourceGroupName

The resource group name.

See also


Return

The configuration of the event streaming service resource attached to the Purview account for kafka notifications.

Parameters

argument

Builder for com.pulumi.azurenative.purview.kotlin.inputs.GetKafkaConfigurationPlainArgs.

See also