ALBSSLProfileSelector (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer SSLProfileSelector object", 
  "id": "ALBSSLProfileSelector", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "client_ip_list": {
      "$ref": "ALBIpAddrMatch, 
      "description": "Configure client IP address groups.", 
      "required": true, 
      "title": "Client ip list"
    }, 
    "ssl_profile_path": {
      "description": "SSL profile for the client IP addresses listed. It is a reference to an object of type SSLProfile.", 
      "required": true, 
      "title": "Ssl profile path", 
      "type": "string"
    }
  }, 
  "title": "SSLProfileSelector", 
  "type": "object"
}