You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsApiGatewayV2RouteSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsApiGatewayV2RouteSettings as input to an Aws::Client method, you can use a vanilla Hash:

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

Contains route settings for a stage.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_trace_enabledBoolean

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.

Returns:

  • (Boolean)

    Indicates whether data trace logging is enabled.

#detailed_metrics_enabledBoolean

Indicates whether detailed metrics are enabled.

Returns:

  • (Boolean)

    Indicates whether detailed metrics are enabled.

#logging_levelString

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

Returns:

  • (String)

    The logging level.

#throttling_burst_limitInteger

The throttling burst limit.

Returns:

  • (Integer)

    The throttling burst limit.

#throttling_rate_limitFloat

The throttling rate limit.

Returns:

  • (Float)

    The throttling rate limit.