data class StageRouteSetting(val dataTraceEnabled: Boolean? = null, val detailedMetricsEnabled: Boolean? = null, val loggingLevel: String? = null, val routeKey: String, val throttlingBurstLimit: Int? = null, val throttlingRateLimit: Double? = null)
Whether data trace logging is enabled for the route. Affects the log entries pushed to Amazon CloudWatch Logs. Defaults to false. Supported only for WebSocket APIs.
Logging level for the route. Affects the log entries pushed to Amazon CloudWatch Logs. Valid values: ERROR, INFO, OFF. Defaults to OFF. Supported only for WebSocket APIs. This provider will only perform drift detection of its value when present in a configuration.