Values.DescribeSSLPoliciesInputSourceDescribes the specified policies or all policies used for SSL negotiation. For more information, see Security policies in the Application Load Balancers Guide and Security policies in the Network Load Balancers Guide.
type nonrec t = {names : SslPolicyNames.t option;The names of the policies.
*)marker : Marker.t option;The marker for the next set of results. (You received this marker from a previous call.)
*)pageSize : PageSize.t option;The maximum number of results to return with this call.
*)loadBalancerType : LoadBalancerTypeEnum.t option;The type of load balancer. The default lists the SSL policies for all load balancers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of PageSize.t
| `List of [> `String of SslPolicyName.t ] list
| `String of Marker.t ])
list ]