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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/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)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 998

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:



998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 998

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:



998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 998

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)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 998

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)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 998

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)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 998

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)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 998

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.



998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 998

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)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 998

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>)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 998

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