Values.LoadBalancerTlsPolicySourceDescribes the TLS security policies that are available for Lightsail load balancers. For more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load balancers in the Amazon Lightsail Developer Guide.
type nonrec t = {name : ResourceName.t option;The name of the TLS security policy.
*)isDefault : Boolean.t option;A Boolean value that indicates whether the TLS security policy is the default.
*)description : String_.t option;The description of the TLS security policy.
*)protocols : StringList.t option;The protocols used in a given TLS security policy.
*)ciphers : StringList.t option;The ciphers used by the TLS security policy. The ciphers are listed in order of preference.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `String of ResourceName.t ])
list ]