Class: Aws::ResilienceHub::Types::AlarmRecommendation

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

Overview

Defines a recommendation for a CloudWatch alarm.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_component_nameString

Application Component name for the CloudWatch alarm recommendation. This name is saved as the first item in the appComponentNames list.

Returns:

  • (String)


138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 138

class AlarmRecommendation < Struct.new(
  :app_component_name,
  :app_component_names,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#app_component_namesArray<String>

List of Application Component names for the CloudWatch alarm recommendation.

Returns:

  • (Array<String>)


138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 138

class AlarmRecommendation < Struct.new(
  :app_component_name,
  :app_component_names,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the alarm recommendation.

Returns:

  • (String)


138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 138

class AlarmRecommendation < Struct.new(
  :app_component_name,
  :app_component_names,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::RecommendationItem>

List of CloudWatch alarm recommendations.

Returns:



138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 138

class AlarmRecommendation < Struct.new(
  :app_component_name,
  :app_component_names,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the alarm recommendation.

Returns:

  • (String)


138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 138

class AlarmRecommendation < Struct.new(
  :app_component_name,
  :app_component_names,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#prerequisiteString

The prerequisite for the alarm recommendation.

Returns:

  • (String)


138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 138

class AlarmRecommendation < Struct.new(
  :app_component_name,
  :app_component_names,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

Identifier of the alarm recommendation.

Returns:

  • (String)


138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 138

class AlarmRecommendation < Struct.new(
  :app_component_name,
  :app_component_names,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_statusString

Status of the recommended Amazon CloudWatch alarm.

Returns:

  • (String)


138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 138

class AlarmRecommendation < Struct.new(
  :app_component_name,
  :app_component_names,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#reference_idString

Reference identifier of the alarm recommendation.

Returns:

  • (String)


138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 138

class AlarmRecommendation < Struct.new(
  :app_component_name,
  :app_component_names,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of alarm recommendation.

Returns:

  • (String)


138
139
140
141
142
143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 138

class AlarmRecommendation < Struct.new(
  :app_component_name,
  :app_component_names,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end