get Organization Cluster By Id
suspend fun getOrganizationClusterById(argument: GetOrganizationClusterByIdPlainArgs): GetOrganizationClusterByIdResult
Details of cluster record Uses Azure REST API version 2024-07-01.
Return
Details of cluster record
Parameters
argument
null
suspend fun getOrganizationClusterById(clusterId: String, environmentId: String, organizationName: String, resourceGroupName: String): GetOrganizationClusterByIdResult
Return
Details of cluster record
Parameters
cluster Id
Confluent kafka or schema registry cluster id
environment Id
Confluent environment id
organization Name
Organization resource name
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getOrganizationClusterById(argument: suspend GetOrganizationClusterByIdPlainArgsBuilder.() -> Unit): GetOrganizationClusterByIdResult
Return
Details of cluster record
Parameters
argument
Builder for com.pulumi.azurenative.confluent.kotlin.inputs.GetOrganizationClusterByIdPlainArgs.