Skip to content

Data Source: azurermPrivateDnsResolverInboundEndpoint

Gets information about an existing Private DNS Resolver Inbound Endpoint.

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.dataAzurermPrivateDnsResolverInboundEndpoint.DataAzurermPrivateDnsResolverInboundEndpoint(
  this,
  "example",
  {
    name: "example-drie",
    private_dns_resolver_id: "example-private-dns-resolver-id",
  }
);

Arguments Reference

The following arguments are supported:

  • name - (Required) Name of the Private DNS Resolver Inbound Endpoint.

  • privateDnsResolverId - (Required) ID of the Private DNS Resolver Inbound Endpoint.

Attributes Reference

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

  • id - The ID of the Private DNS Resolver Inbound Endpoint.

  • ipConfigurations - A list of ipConfigurations block as defined below.

  • location - The Azure Region where the Private DNS Resolver Inbound Endpoint exists.

  • tags - The tags assigned to the Private DNS Resolver Inbound Endpoint.


An ipConfigurations block exports the following:

  • privateIpAllocationMethod - The private IP address allocation method.

  • subnetId - The subnet ID of the IP configuration.

  • privateIpAddress - The private IP address of the IP configuration.

Timeouts

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

  • read - (Defaults to 5 minutes) Used when retrieving the Private DNS Resolver Inbound Endpoint.