Data Source: oci_load_balancer_ssl_cipher_suite

This data source provides details about a specific Ssl Cipher Suite resource in Oracle Cloud Infrastructure Load Balancer service.

Gets the specified SSL cipher suite’s configuration information.

Example Usage

data "oci_load_balancer_ssl_cipher_suite" "test_ssl_cipher_suite" {
	#Required
	load_balancer_id = oci_load_balancer_load_balancer.test_load_balancer.id
	name = var.ssl_cipher_suite_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: