Data Source: oci_network_load_balancer_listener

This data source provides details about a specific Listener resource in Oracle Cloud Infrastructure Network Load Balancer service.

Retrieves listener properties associated with a given network load balancer and listener name.

Example Usage

data "oci_network_load_balancer_listener" "test_listener" {
	#Required
	listener_name = oci_network_load_balancer_listener.test_listener.name
	network_load_balancer_id = oci_network_load_balancer_network_load_balancer.test_network_load_balancer.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: