confluent_private_link_attachment_connection Data Source

General Availability

confluent_private_link_attachment_connection describes a Private Link Attachment Connection data source.

Example Usage

data "confluent_private_link_attachment_connection" "main" {
  id = "plattc-p5j3ov"
  environment {
    id = "env-8gv0v5"
  }
}

output "plattc" {
  value = data.confluent_private_link_attachment_connection.main
}

Argument Reference

The following arguments are supported:

Attributes Reference

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

Getting Started

The following end-to-end examples might help to get started with confluent_private_link_attachment_connection data source: