class Aws::SecurityHub::Types::AwsApiGatewayV2RouteSettings

Contains route settings for a stage.

@note When making an API call, you may pass AwsApiGatewayV2RouteSettings

data as a hash:

    {
      detailed_metrics_enabled: false,
      logging_level: "NonEmptyString",
      data_trace_enabled: false,
      throttling_burst_limit: 1,
      throttling_rate_limit: 1.0,
    }

@!attribute [rw] detailed_metrics_enabled

Indicates whether detailed metrics are enabled.
@return [Boolean]

@!attribute [rw] logging_level

The logging level. The logging level affects the log entries that
are pushed to CloudWatch Logs. Supported only for WebSocket APIs.

If the logging level is `ERROR`, then the logs only include
error-level entries.

If the logging level is `INFO`, then the logs include both `ERROR`
events and extra informational events.

Valid values: `OFF` \| `ERROR` \| `INFO`
@return [String]

@!attribute [rw] data_trace_enabled

Indicates whether data trace logging is enabled. Data trace logging
affects the log entries that are pushed to CloudWatch Logs.
Supported only for WebSocket APIs.
@return [Boolean]

@!attribute [rw] throttling_burst_limit

The throttling burst limit.
@return [Integer]

@!attribute [rw] throttling_rate_limit

The throttling rate limit.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsApiGatewayV2RouteSettings AWS API Documentation

Constants

SENSITIVE