Azure Digital Twins Endpoint Eventhub

This page shows how to write Terraform and Azure Resource Manager for Digital Twins Endpoint Eventhub and write them securely.

azurerm_digital_twins_endpoint_eventhub (Terraform)

The Endpoint Eventhub in Digital Twins can be configured in Terraform with the resource name azurerm_digital_twins_endpoint_eventhub. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages a Digital Twins Event Hub Endpoint.

Microsoft.DigitalTwins/digitalTwinsInstances/endpoints (Azure Resource Manager)

The digitalTwinsInstances/endpoints in Microsoft.DigitalTwins can be configured in Azure Resource Manager with the resource name Microsoft.DigitalTwins/digitalTwinsInstances/endpoints. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • apiVersion required - string
  • name required - string

    Name of Endpoint Resource.

  • properties required
      • authenticationType optional - string

        Specifies the authentication type being used for connecting to the endpoint.

      • deadLetterSecret optional - string

        Dead letter storage secret for key-based authentication. Will be obfuscated during read.

      • deadLetterUri optional - string

        Dead letter storage URL for identity-based authentication.

  • type required - string

Frequently asked questions

What is Azure Digital Twins Endpoint Eventhub?

Azure Digital Twins Endpoint Eventhub is a resource for Digital Twins of Microsoft Azure. Settings can be wrote in Terraform.