Skip to content

Data Source: azurermKustoCluster

Use this data source to access information about an existing Kusto (also known as Azure Data Explorer) Cluster

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as azurerm from "./.gen/providers/azurerm";
/*The following providers are missing schema information and might need manual adjustments to synthesize correctly: azurerm.
For a more precise conversion please use the --provider flag in convert.*/
new azurerm.dataAzurermKustoCluster.DataAzurermKustoCluster(this, "example", {
  name: "kustocluster",
  resource_group_name: "test_resource_group",
});

Argument Reference

The following arguments are supported:

  • name - Specifies the name of the Kusto Cluster.

  • resourceGroupName - The name of the Resource Group where the Kusto Cluster exists.

Attributes Reference

The following attributes are exported:

  • id - The Kusto Cluster ID.

  • uri - The FQDN of the Azure Kusto Cluster.

  • dataIngestionUri - The Kusto Cluster URI to be used for data ingestion.

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

  • read - (Defaults to 5 minutes) Used when retrieving the Kusto Cluster.