Class: Aws::CloudWatchOmni::Types::TelemetryRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::TelemetryRule
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Telemetry-based rule: what to query, how to evaluate the result, what condition makes it fire, and what to do on missing data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#condition ⇒ Types::AlertCondition
The condition that determines when the alert fires.
-
#evaluation ⇒ Types::AlertEvaluation
The evaluation cadence and durations.
-
#no_data ⇒ Types::NoData
How the alert behaves when a query produces no data.
-
#query ⇒ Types::AlertRuleQuery
The query expression to evaluate.
Instance Attribute Details
#condition ⇒ Types::AlertCondition
The condition that determines when the alert fires.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4770 class TelemetryRule < Struct.new( :query, :condition, :evaluation, :no_data) SENSITIVE = [] include Aws::Structure end |
#evaluation ⇒ Types::AlertEvaluation
The evaluation cadence and durations.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4770 class TelemetryRule < Struct.new( :query, :condition, :evaluation, :no_data) SENSITIVE = [] include Aws::Structure end |
#no_data ⇒ Types::NoData
How the alert behaves when a query produces no data.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4770 class TelemetryRule < Struct.new( :query, :condition, :evaluation, :no_data) SENSITIVE = [] include Aws::Structure end |
#query ⇒ Types::AlertRuleQuery
The query expression to evaluate.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4770 class TelemetryRule < Struct.new( :query, :condition, :evaluation, :no_data) SENSITIVE = [] include Aws::Structure end |