Class StageDefaultRouteSettings


  • public final class StageDefaultRouteSettings
    extends java.lang.Object
    • Method Detail

      • dataTraceEnabled

        public java.util.Optional<java.lang.Boolean> dataTraceEnabled()
        Returns:
        Whether data trace logging is enabled for the default route. Affects the log entries pushed to Amazon CloudWatch Logs. Defaults to `false`. Supported only for WebSocket APIs.
      • detailedMetricsEnabled

        public java.util.Optional<java.lang.Boolean> detailedMetricsEnabled()
        Returns:
        Whether detailed metrics are enabled for the default route. Defaults to `false`.
      • loggingLevel

        public java.util.Optional<java.lang.String> loggingLevel()
        Returns:
        Logging level for the default 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.
      • throttlingBurstLimit

        public java.util.Optional<java.lang.Integer> throttlingBurstLimit()
        Returns:
        Throttling burst limit for the default route.
      • throttlingRateLimit

        public java.util.Optional<java.lang.Double> throttlingRateLimit()
        Returns:
        Throttling rate limit for the default route.