RouteSettings class

Represents a collection of route settings.

Constructors

RouteSettings({bool? dataTraceEnabled, bool? detailedMetricsEnabled, LoggingLevel? loggingLevel, int? throttlingBurstLimit, double? throttlingRateLimit})
RouteSettings.fromJson(Map<String, dynamic> json)
factory

Properties

dataTraceEnabled bool?
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.
final
detailedMetricsEnabled bool?
Specifies whether detailed metrics are enabled.
final
hashCode int
The hash code for this object.
no setterinherited
loggingLevel LoggingLevel?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throttlingBurstLimit int?
Specifies the throttling burst limit.
final
throttlingRateLimit double?
Specifies the throttling rate limit.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited