ALBHttpCookiePersistenceKey (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer HttpCookiePersistenceKey object", 
  "id": "ALBHttpCookiePersistenceKey", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "aes_key": {
      "description": "aes_key of HttpCookiePersistenceKey.", 
      "required": false, 
      "title": "Aes key", 
      "type": "string"
    }, 
    "hmac_key": {
      "description": "hmac_key of HttpCookiePersistenceKey.", 
      "required": false, 
      "title": "Hmac key", 
      "type": "string"
    }, 
    "name": {
      "description": "name to use for cookie encryption.", 
      "required": false, 
      "title": "Name", 
      "type": "string"
    }
  }, 
  "title": "HttpCookiePersistenceKey", 
  "type": "object"
}