Stage Route Setting Args
data class StageRouteSettingArgs(val dataTraceEnabled: Output<Boolean>? = null, val detailedMetricsEnabled: Output<Boolean>? = null, val loggingLevel: Output<String>? = null, val routeKey: Output<String>, val throttlingBurstLimit: Output<Int>? = null, val throttlingRateLimit: Output<Double>? = null) : ConvertibleToJava<StageRouteSettingArgs>
Properties
Link copied to clipboard
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.
Link copied to clipboard
Whether detailed metrics are enabled for the route. Defaults to false
.
Link copied to clipboard
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.
Link copied to clipboard
Throttling burst limit for the route.
Link copied to clipboard
Throttling rate limit for the route.