ALBPersistenceProfileType (type)

{
  "description": "Valid ENUM values for ALBPersistenceProfileType", 
  "enum": [
    "PERSISTENCE_TYPE_CLIENT_IP_ADDRESS", 
    "PERSISTENCE_TYPE_HTTP_COOKIE", 
    "PERSISTENCE_TYPE_TLS", 
    "PERSISTENCE_TYPE_CLIENT_IPV6_ADDRESS", 
    "PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER", 
    "PERSISTENCE_TYPE_APP_COOKIE", 
    "PERSISTENCE_TYPE_GSLB_SITE"
  ], 
  "id": "ALBPersistenceProfileType", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "title": "PersistenceProfileType type", 
  "type": "string"
}