Values.AwsApiGatewayV2RouteSettingsSourceContains route settings for a stage.
type nonrec t = {detailedMetricsEnabled : Boolean.t option;Indicates whether detailed metrics are enabled.
*)loggingLevel : NonEmptyString.t option;The logging level. The logging level affects the log entries that are pushed to CloudWatch Logs. Supported only for WebSocket APIs. If the logging level is ERROR, then the logs only include error-level entries. If the logging level is INFO, then the logs include both ERROR events and extra informational events. Valid values: OFF | ERROR | INFO
*)dataTraceEnabled : Boolean.t option;Indicates whether data trace logging is enabled. Data trace logging affects the log entries that are pushed to CloudWatch Logs. Supported only for WebSocket APIs.
*)throttlingBurstLimit : Integer.t option;The throttling burst limit.
*)throttlingRateLimit : Double.t option;The throttling rate limit.
*)}