Skip to content

Data Source: azurermHealthcareMedtechService

Use this data source to access information about an existing Healthcare Med Tech Service

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.*/
const dataAzurermHealthcareMedtechServiceExample =
  new azurerm.dataAzurermHealthcareMedtechService.DataAzurermHealthcareMedtechService(
    this,
    "example",
    {
      name: "tfexmedtech",
      workspace_id: "tfexwks",
    }
  );
new cdktf.TerraformOutput(this, "azurerm_healthcare_medtech_service_id", {
  value: dataAzurermHealthcareMedtechServiceExample.id,
});

Argument Reference

  • name - The name of the Healthcare Med Tech Service.

  • workspaceId - The id of the Healthcare Workspace in which the Healthcare Med Tech Service exists.

Attributes Reference

The following attributes are exported:

  • id - The ID of the Healthcare Med Tech Service.

  • identity - The identity block as defined below.

  • eventhubNamespaceName - The namespace name of the Event Hub of the Healthcare Med Tech Service.

  • eventhubName - The name of the Event Hub of the Healthcare Med Tech Service.

  • eventhubConsumerGroupName - The Consumer Group of the Event Hub of the Healthcare Med Tech Service.

  • deviceMappingJson - The Device Mappings of the Med Tech Service.


An identity block supports the following:

  • type The type of identity used for the Healthcare Med Tech Service. Possible values are systemAssigned.

  • principalId - The Principal ID of the System Assigned Managed Service Identity that is configured on this Healthcare Med Tech Service.

  • tenantId - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Healthcare Med Tech Service.

Timeouts

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

  • read - (Defaults to 5 minutes) Used when retrieving the Healthcare Med Tech Service.