ALBSSLVersion (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer SSLVersion object", 
  "id": "ALBSSLVersion", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "type": {
      "$ref": "ALBSSLVersionType, 
      "default": "SSL_VERSION_TLS1_1", 
      "description": "Enum options - SSL_VERSION_SSLV3, SSL_VERSION_TLS1, SSL_VERSION_TLS1_1, SSL_VERSION_TLS1_2, SSL_VERSION_TLS1_3. Default value when not specified in API or module is interpreted by ALB Controller as SSL_VERSION_TLS1_1.", 
      "required": true, 
      "title": "Type"
    }
  }, 
  "title": "SSLVersion", 
  "type": "object"
}