confluent_private_link_attachment_connection
describes a Private Link Attachment Connection data source.
data "confluent_private_link_attachment_connection" "main" {
id = "plattc-p5j3ov"
environment {
id = "env-8gv0v5"
}
}
output "plattc" {
value = data.confluent_private_link_attachment_connection.main
}
The following arguments are supported:
id
- (Required String) The ID of the Private Link Attachment Connection, for example, plattc-p5j3ov
.environment
(Required Configuration Block) supports the following:
id
- (Required String) The ID of the Environment that the Private Link Attachment Connection belongs to, for example env-xyz456
.In addition to the preceding arguments, the following attributes are exported:
display_name
- (Optional String) The name of the Private Link Attachment Connection.resource_name
- (Required String) The Confluent Resource Name of the Private Link Attachment Connection, for example crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-75gxp2/private-link-attachment=platt-1q0ky0/private-link-attachment-connection=plattc-77zq2w
.private_link_attachment
(Optional Configuration Block) supports the following:
id
- (Required String) The unique identifier for the private link attachment.aws
- (Optional Configuration Block) supports the following:
vpc_endpoint_id
- (Required String) Id of a VPC Endpoint that is connected to the VPC Endpoint service.azure
(Optional Configuration Blocks) supports the following:
private_endpoint_resource_id
- (Required String) Resource ID of the Private Endpoint that is connected to the Private Link service.The following end-to-end examples might help to get started with confluent_private_link_attachment_connection
data source:
enterprise-privatelinkattachment-aws-kafka-acls
: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLsenterprise-privatelinkattachment-azure-kafka-acls
: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs