ALBClientLogStreamingFormat (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer ClientLogStreamingFormat object", 
  "id": "ALBClientLogStreamingFormat", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "format": {
      "$ref": "ALBLogStreamingFormatType, 
      "description": "Format for the streamed logs. Enum options - LOG_STREAMING_FORMAT_JSON_FULL, LOG_STREAMING_FORMAT_JSON_SELECTED.", 
      "required": true, 
      "title": "Format"
    }, 
    "included_fields": {
      "description": "List of log fields to be streamed, when selective fields (LOG_STREAMING_FORMAT_JSON_SELECTED) option is chosen. Only top-level fields in application or connection logs are supported.", 
      "items": {
        "type": "string"
      }, 
      "required": false, 
      "title": "Included fields", 
      "type": "array"
    }
  }, 
  "title": "ClientLogStreamingFormat", 
  "type": "object"
}