confluent_private_link_attachment Data Source

General Availability

confluent_private_link_attachment describes a Private Link Attachment data source.

Example Usage

data "confluent_private_link_attachment" "main" {
  id = "platt-abcde"
  environment {
    id = "env-1234"
  }
}

output "platt" {
  value = data.confluent_private_link_attachment.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 data source: