Skip to content

Data Source: azurermDataShareDatasetKustoCluster

Use this data source to access information about an existing Data Share Kusto Cluster Dataset.

Example Usage

import * as cdktf from "cdktf";
/*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.provider.AzurermProvider(this, "azurerm", {
  features: [{}],
});
const dataAzurermDataShareDatasetKustoClusterExample =
  new azurerm.dataAzurermDataShareDatasetKustoCluster.DataAzurermDataShareDatasetKustoCluster(
    this,
    "example",
    {
      name: "example-dskc",
      share_id: "example-share-id",
    }
  );
new cdktf.TerraformOutput(this, "id", {
  value: dataAzurermDataShareDatasetKustoClusterExample.id,
});

Arguments Reference

The following arguments are supported:

  • name - (Required) The name of this Data Share Kusto Cluster Dataset.

  • shareId - (Required) The resource ID of the Data Share where this Data Share Kusto Cluster Dataset should be created.

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

  • id - The resource ID of the Data Share Kusto Cluster Dataset.

  • kustoClusterId - The resource ID of the Kusto Cluster to be shared with the receiver.

  • displayName - The name of the Data Share Dataset.

  • kustoClusterLocation - The location of the Kusto Cluster.

Timeouts

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

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