confluent_network_link_endpoint Data Source

General Availability

confluent_network_link_endpoint describes a Network Link Endpoint data source.

Example Usage

provider "confluent" {
  cloud_api_key    = var.confluent_cloud_api_key    # optionally use CONFLUENT_CLOUD_API_KEY env var
  cloud_api_secret = var.confluent_cloud_api_secret # optionally use CONFLUENT_CLOUD_API_SECRET env var
}

data "confluent_network_link_endpoint" "nle" {
  id = "nle-1357"
  environment {
    id = "env-1234"
  }
}

output "network_link_endpoint" {
  value = data.confluent_network_link_endpoint.nle
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to the preceding arguments, the following attributes are exported: