Class: Aws::LookoutMetrics::Types::CreateAlertRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::Action

Action that will be triggered when there is an alert.

Returns:



701
702
703
704
705
706
707
708
709
710
711
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 701

class CreateAlertRequest < Struct.new(
  :alert_name,
  :alert_sensitivity_threshold,
  :alert_description,
  :anomaly_detector_arn,
  :action,
  :tags,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end

#alert_descriptionString

A description of the alert.

Returns:

  • (String)


701
702
703
704
705
706
707
708
709
710
711
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 701

class CreateAlertRequest < Struct.new(
  :alert_name,
  :alert_sensitivity_threshold,
  :alert_description,
  :anomaly_detector_arn,
  :action,
  :tags,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end

#alert_filtersTypes::AlertFilters

The configuration of the alert filters, containing MetricList and DimensionFilterList.

Returns:



701
702
703
704
705
706
707
708
709
710
711
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 701

class CreateAlertRequest < Struct.new(
  :alert_name,
  :alert_sensitivity_threshold,
  :alert_description,
  :anomaly_detector_arn,
  :action,
  :tags,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end

#alert_nameString

The name of the alert.

Returns:

  • (String)


701
702
703
704
705
706
707
708
709
710
711
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 701

class CreateAlertRequest < Struct.new(
  :alert_name,
  :alert_sensitivity_threshold,
  :alert_description,
  :anomaly_detector_arn,
  :action,
  :tags,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end

#alert_sensitivity_thresholdInteger

An integer from 0 to 100 specifying the alert sensitivity threshold.

Returns:

  • (Integer)


701
702
703
704
705
706
707
708
709
710
711
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 701

class CreateAlertRequest < Struct.new(
  :alert_name,
  :alert_sensitivity_threshold,
  :alert_description,
  :anomaly_detector_arn,
  :action,
  :tags,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_detector_arnString

The ARN of the detector to which the alert is attached.

Returns:

  • (String)


701
702
703
704
705
706
707
708
709
710
711
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 701

class CreateAlertRequest < Struct.new(
  :alert_name,
  :alert_sensitivity_threshold,
  :alert_description,
  :anomaly_detector_arn,
  :action,
  :tags,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of tags to apply to the alert.

Returns:

  • (Hash<String,String>)


701
702
703
704
705
706
707
708
709
710
711
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 701

class CreateAlertRequest < Struct.new(
  :alert_name,
  :alert_sensitivity_threshold,
  :alert_description,
  :anomaly_detector_arn,
  :action,
  :tags,
  :alert_filters)
  SENSITIVE = []
  include Aws::Structure
end