getTopic

suspend fun getTopic(argument: GetTopicPlainArgs): GetTopicResult

Details of topic record Uses Azure REST API version 2024-07-01.

Return

Details of topic record

Parameters

argument

null


suspend fun getTopic(clusterId: String, environmentId: String, organizationName: String, resourceGroupName: String, topicName: String): GetTopicResult

Return

Details of topic record

Parameters

clusterId

Confluent kafka or schema registry cluster id

environmentId

Confluent environment id

organizationName

Organization resource name

resourceGroupName

The name of the resource group. The name is case insensitive.

topicName

Confluent kafka or schema registry topic name

See also


suspend fun getTopic(argument: suspend GetTopicPlainArgsBuilder.() -> Unit): GetTopicResult

Return

Details of topic record

Parameters

argument

Builder for com.pulumi.azurenative.confluent.kotlin.inputs.GetTopicPlainArgs.

See also