Class: Aws::ApplicationSignals::Types::ServiceLevelIndicatorConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb

Overview

This structure specifies the information about the service and the performance metric that an SLO is to monitor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operatorString

The arithmetic operation to use when comparing the specified metric to the threshold.

Returns:

  • (String)


1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1386

class ServiceLevelIndicatorConfig < Struct.new(
  :sli_metric_config,
  :metric_threshold,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end

#metric_thresholdFloat

The value that the SLI metric is compared to.

Returns:

  • (Float)


1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1386

class ServiceLevelIndicatorConfig < Struct.new(
  :sli_metric_config,
  :metric_threshold,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end

#sli_metric_configTypes::ServiceLevelIndicatorMetricConfig

Use this structure to specify the metric to be used for the SLO.



1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1386

class ServiceLevelIndicatorConfig < Struct.new(
  :sli_metric_config,
  :metric_threshold,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end