class Aws::ApiGatewayV2::Types::RouteSettings
Represents a collection of route settings.
@note When making an API call, you may pass RouteSettings
data as a hash: { data_trace_enabled: false, detailed_metrics_enabled: false, logging_level: "ERROR", # accepts ERROR, INFO, OFF throttling_burst_limit: 1, throttling_rate_limit: 1.0, }
@!attribute [rw] data_trace_enabled
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. @return [Boolean]
@!attribute [rw] detailed_metrics_enabled
Specifies whether detailed metrics are enabled. @return [Boolean]
@!attribute [rw] logging_level
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. @return [String]
@!attribute [rw] throttling_burst_limit
Specifies the throttling burst limit. @return [Integer]
@!attribute [rw] throttling_rate_limit
Specifies the throttling rate limit. @return [Float]
Constants
- SENSITIVE