Class: Aws::SecurityHub::Types::AwsCloudWatchAlarmDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCloudWatchAlarmDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Specifies an alarm and associates it with the specified metric or metric math expression.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions_enabled ⇒ Boolean
Indicates whether actions should be executed during any changes to the alarm state.
-
#alarm_actions ⇒ Array<String>
The list of actions, specified as Amazon Resource Names (ARNs) to execute when this alarm transitions into an ‘ALARM` state from any other state.
-
#alarm_arn ⇒ String
The ARN of the alarm.
-
#alarm_configuration_updated_timestamp ⇒ String
The time stamp of the last update to the alarm configuration.
-
#alarm_description ⇒ String
The description of the alarm.
-
#alarm_name ⇒ String
The name of the alarm.
-
#comparison_operator ⇒ String
The arithmetic operation to use when comparing the specified statistic and threshold.
-
#datapoints_to_alarm ⇒ Integer
The number of datapoints that must be breaching to trigger the alarm.
-
#dimensions ⇒ Array<Types::AwsCloudWatchAlarmDimensionsDetails>
The dimensions for the metric associated with the alarm.
-
#evaluate_low_sample_count_percentile ⇒ String
Used only for alarms based on percentiles.
-
#evaluation_periods ⇒ Integer
The number of periods over which data is compared to the specified threshold.
-
#extended_statistic ⇒ String
The percentile statistic for the metric associated with the alarm.
-
#insufficient_data_actions ⇒ Array<String>
The actions to execute when this alarm transitions to the ‘INSUFFICIENT_DATA` state from any other state.
-
#metric_name ⇒ String
The name of the metric associated with the alarm.
-
#namespace ⇒ String
The namespace of the metric associated with the alarm.
-
#ok_actions ⇒ Array<String>
The actions to execute when this alarm transitions to the ‘OK` state from any other state.
-
#period ⇒ Integer
The period, in seconds, over which the statistic is applied.
-
#statistic ⇒ String
The statistic for the metric associated with the alarm, other than percentile.
-
#threshold ⇒ Float
The value to compare with the specified statistic.
-
#threshold_metric_id ⇒ String
n an alarm based on an anomaly detection model, this is the ID of the ‘ANOMALY_DETECTION_BAND` function used as the threshold for the alarm.
-
#treat_missing_data ⇒ String
Sets how this alarm is to handle missing data points.
-
#unit ⇒ String
The unit of the metric associated with the alarm.
Instance Attribute Details
#actions_enabled ⇒ Boolean
Indicates whether actions should be executed during any changes to the alarm state.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#alarm_actions ⇒ Array<String>
The list of actions, specified as Amazon Resource Names (ARNs) to execute when this alarm transitions into an ‘ALARM` state from any other state.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#alarm_arn ⇒ String
The ARN of the alarm.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#alarm_configuration_updated_timestamp ⇒ String
The time stamp of the last update to the alarm configuration.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#alarm_description ⇒ String
The description of the alarm.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#alarm_name ⇒ String
The name of the alarm. If you don’t specify a name, CloudFront generates a unique physical ID and uses that ID for the alarm name.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#comparison_operator ⇒ String
The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#datapoints_to_alarm ⇒ Integer
The number of datapoints that must be breaching to trigger the alarm.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#dimensions ⇒ Array<Types::AwsCloudWatchAlarmDimensionsDetails>
The dimensions for the metric associated with the alarm.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#evaluate_low_sample_count_percentile ⇒ String
Used only for alarms based on percentiles. If ‘ignore`, the alarm state does not change during periods with too few data points to be statistically significant. If `evaluate` or this parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data points are available.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#evaluation_periods ⇒ Integer
The number of periods over which data is compared to the specified threshold.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#extended_statistic ⇒ String
The percentile statistic for the metric associated with the alarm.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#insufficient_data_actions ⇒ Array<String>
The actions to execute when this alarm transitions to the ‘INSUFFICIENT_DATA` state from any other state. Each action is specified as an ARN.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the metric associated with the alarm. This is required for an alarm based on a metric. For an alarm based on a math expression, you use ‘Metrics` instead and you can’t specify ‘MetricName`.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the metric associated with the alarm. This is required for an alarm based on a metric. For an alarm based on a math expression, you can’t specify ‘Namespace` and you use `Metrics` instead.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#ok_actions ⇒ Array<String>
The actions to execute when this alarm transitions to the ‘OK` state from any other state. Each action is specified as an ARN.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#period ⇒ Integer
The period, in seconds, over which the statistic is applied. This is required for an alarm based on a metric.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#statistic ⇒ String
The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use ‘ExtendedStatistic`.
For an alarm based on a metric, you must specify either ‘Statistic` or `ExtendedStatistic` but not both.
For an alarm based on a math expression, you can’t specify ‘Statistic`. Instead, you use `Metrics`.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#threshold ⇒ Float
The value to compare with the specified statistic.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#threshold_metric_id ⇒ String
n an alarm based on an anomaly detection model, this is the ID of the ‘ANOMALY_DETECTION_BAND` function used as the threshold for the alarm.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#treat_missing_data ⇒ String
Sets how this alarm is to handle missing data points.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit of the metric associated with the alarm.
4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4883 class AwsCloudWatchAlarmDetails < Struct.new( :actions_enabled, :alarm_actions, :alarm_arn, :alarm_configuration_updated_timestamp, :alarm_description, :alarm_name, :comparison_operator, :datapoints_to_alarm, :dimensions, :evaluate_low_sample_count_percentile, :evaluation_periods, :extended_statistic, :insufficient_data_actions, :metric_name, :namespace, :ok_actions, :period, :statistic, :threshold, :threshold_metric_id, :treat_missing_data, :unit) SENSITIVE = [] include Aws::Structure end |