Class: Aws::ResilienceHub::Types::AssessmentRiskRecommendation

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

Overview

Indicates a specific risk identified in the Resilience Hub assessment and the corresponding recommendation provided to address that risk.

<note markdown=“1”> The assessment summary generated by large language models (LLMs) on Amazon Bedrock are only suggestions. The current level of generative AI technology is not perfect and LLMs are not infallible. Bias and incorrect answers, although rare, should be expected. Review each recommendation in the assessment summary before you use the output from an LLM.

</note>

<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_componentsArray<String>

Indicates the Application Components (AppComponents) that were assessed as part of the assessnent and are associated with the identified risk and recommendation.

<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.

</note>

Returns:

  • (Array<String>)


877
878
879
880
881
882
883
# File 'lib/aws-sdk-resiliencehub/types.rb', line 877

class AssessmentRiskRecommendation < Struct.new(
  :app_components,
  :recommendation,
  :risk)
  SENSITIVE = []
  include Aws::Structure
end

#recommendationString

Indicates the recommendation provided by the Resilience Hub to address the identified risks in the application.

<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.

</note>

Returns:

  • (String)


877
878
879
880
881
882
883
# File 'lib/aws-sdk-resiliencehub/types.rb', line 877

class AssessmentRiskRecommendation < Struct.new(
  :app_components,
  :recommendation,
  :risk)
  SENSITIVE = []
  include Aws::Structure
end

#riskString

Indicates the description of the potential risk identified in the application as part of the Resilience Hub assessment.

<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.

</note>

Returns:

  • (String)


877
878
879
880
881
882
883
# File 'lib/aws-sdk-resiliencehub/types.rb', line 877

class AssessmentRiskRecommendation < Struct.new(
  :app_components,
  :recommendation,
  :risk)
  SENSITIVE = []
  include Aws::Structure
end