Class: Aws::ResilienceHub::Types::ConfigRecommendation

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

Overview

Defines a recommendation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_component_nameString

Name of the Application Component.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1215

class ConfigRecommendation < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :description,
  :ha_architecture,
  :name,
  :optimization_type,
  :recommendation_compliance,
  :reference_id,
  :suggested_changes)
  SENSITIVE = []
  include Aws::Structure
end

#complianceHash<String,Types::DisruptionCompliance>

The current compliance against the resiliency policy before applying the configuration change.

Returns:



1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1215

class ConfigRecommendation < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :description,
  :ha_architecture,
  :name,
  :optimization_type,
  :recommendation_compliance,
  :reference_id,
  :suggested_changes)
  SENSITIVE = []
  include Aws::Structure
end

#costTypes::Cost

The cost for the application.

Returns:



1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1215

class ConfigRecommendation < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :description,
  :ha_architecture,
  :name,
  :optimization_type,
  :recommendation_compliance,
  :reference_id,
  :suggested_changes)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The optional description for an app.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1215

class ConfigRecommendation < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :description,
  :ha_architecture,
  :name,
  :optimization_type,
  :recommendation_compliance,
  :reference_id,
  :suggested_changes)
  SENSITIVE = []
  include Aws::Structure
end

#ha_architectureString

The architecture type.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1215

class ConfigRecommendation < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :description,
  :ha_architecture,
  :name,
  :optimization_type,
  :recommendation_compliance,
  :reference_id,
  :suggested_changes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the recommendation configuration.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1215

class ConfigRecommendation < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :description,
  :ha_architecture,
  :name,
  :optimization_type,
  :recommendation_compliance,
  :reference_id,
  :suggested_changes)
  SENSITIVE = []
  include Aws::Structure
end

#optimization_typeString

The type of optimization.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1215

class ConfigRecommendation < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :description,
  :ha_architecture,
  :name,
  :optimization_type,
  :recommendation_compliance,
  :reference_id,
  :suggested_changes)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_complianceHash<String,Types::RecommendationDisruptionCompliance>

The expected compliance against the resiliency policy after applying the configuration change.



1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1215

class ConfigRecommendation < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :description,
  :ha_architecture,
  :name,
  :optimization_type,
  :recommendation_compliance,
  :reference_id,
  :suggested_changes)
  SENSITIVE = []
  include Aws::Structure
end

#reference_idString

Reference identifier for the recommendation configuration.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1215

class ConfigRecommendation < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :description,
  :ha_architecture,
  :name,
  :optimization_type,
  :recommendation_compliance,
  :reference_id,
  :suggested_changes)
  SENSITIVE = []
  include Aws::Structure
end

#suggested_changesArray<String>

List of the suggested configuration changes.

Returns:

  • (Array<String>)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1215

class ConfigRecommendation < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :description,
  :ha_architecture,
  :name,
  :optimization_type,
  :recommendation_compliance,
  :reference_id,
  :suggested_changes)
  SENSITIVE = []
  include Aws::Structure
end