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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Contains route settings for a stage.

Constant Summary collapse

SENSITIVE =
[]

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)


2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'lib/aws-sdk-securityhub/types.rb', line 2160

class AwsApiGatewayV2RouteSettings < Struct.new(
  :detailed_metrics_enabled,
  :logging_level,
  :data_trace_enabled,
  :throttling_burst_limit,
  :throttling_rate_limit)
  SENSITIVE = []
  include Aws::Structure
end

#detailed_metrics_enabledBoolean

Indicates whether detailed metrics are enabled.

Returns:

  • (Boolean)


2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'lib/aws-sdk-securityhub/types.rb', line 2160

class AwsApiGatewayV2RouteSettings < Struct.new(
  :detailed_metrics_enabled,
  :logging_level,
  :data_trace_enabled,
  :throttling_burst_limit,
  :throttling_rate_limit)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'lib/aws-sdk-securityhub/types.rb', line 2160

class AwsApiGatewayV2RouteSettings < Struct.new(
  :detailed_metrics_enabled,
  :logging_level,
  :data_trace_enabled,
  :throttling_burst_limit,
  :throttling_rate_limit)
  SENSITIVE = []
  include Aws::Structure
end

#throttling_burst_limitInteger

The throttling burst limit.

Returns:

  • (Integer)


2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'lib/aws-sdk-securityhub/types.rb', line 2160

class AwsApiGatewayV2RouteSettings < Struct.new(
  :detailed_metrics_enabled,
  :logging_level,
  :data_trace_enabled,
  :throttling_burst_limit,
  :throttling_rate_limit)
  SENSITIVE = []
  include Aws::Structure
end

#throttling_rate_limitFloat

The throttling rate limit.

Returns:

  • (Float)


2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'lib/aws-sdk-securityhub/types.rb', line 2160

class AwsApiGatewayV2RouteSettings < Struct.new(
  :detailed_metrics_enabled,
  :logging_level,
  :data_trace_enabled,
  :throttling_burst_limit,
  :throttling_rate_limit)
  SENSITIVE = []
  include Aws::Structure
end