Values.RouteSettingsSourceRepresents a collection of route settings.
type nonrec t = {dataTraceEnabled : bool option;Specifies whether (true) or not (false) data trace logging is enabled for this route. This property affects the log entries pushed to Amazon CloudWatch Logs. Supported only for WebSocket APIs.
*)detailedMetricsEnabled : bool option;Specifies whether detailed metrics are enabled.
*)loggingLevel : LoggingLevel.t option;Specifies the logging level for this route: INFO, ERROR, or OFF. This property affects the log entries pushed to Amazon CloudWatch Logs. Supported only for WebSocket APIs.
*)throttlingBurstLimit : int option;Specifies the throttling burst limit.
*)throttlingRateLimit : float option;Specifies the throttling rate limit.
*)}