get Kafka Configuration
suspend fun getKafkaConfiguration(argument: GetKafkaConfigurationPlainArgs): GetKafkaConfigurationResult
Gets the kafka configuration for the account Azure REST API version: 2021-12-01.
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.
See also
Parameters
account Name
The name of the account.
kafka Configuration Name
Name of kafka configuration.
resource Group Name
The resource group name.
suspend fun getKafkaConfiguration(argument: suspend GetKafkaConfigurationPlainArgsBuilder.() -> Unit): GetKafkaConfigurationResult
Return
The configuration of the event streaming service resource attached to the Purview account for kafka notifications.
See also
Parameters
argument
Builder for com.pulumi.azurenative.purview.kotlin.inputs.GetKafkaConfigurationPlainArgs.