RouteSettings

Represents a collection of route settings.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Specifies whether detailed metrics are enabled.

Link copied to clipboard

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.

Link copied to clipboard

Specifies the throttling burst limit.

Link copied to clipboard

Specifies the throttling rate limit.

Functions

Link copied to clipboard
inline fun copy(block: RouteSettings.Builder.() -> Unit = {}): RouteSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String