| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.Recommendation
Description
Synopsis
Documentation
data Recommendation Source #
A recommendation on how to remediate the issue identified in a finding.
See: newRecommendation smart constructor.
Constructors
| Recommendation' | |
Instances
newRecommendation :: Recommendation Source #
Create a value of Recommendation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:text:Recommendation', recommendation_text - Describes the recommended steps to take to remediate an issue identified
in a finding.
$sel:url:Recommendation', recommendation_url - A URL to a page or site that contains information about how to remediate
a finding.
recommendation_text :: Lens' Recommendation (Maybe Text) Source #
Describes the recommended steps to take to remediate an issue identified in a finding.
recommendation_url :: Lens' Recommendation (Maybe Text) Source #
A URL to a page or site that contains information about how to remediate a finding.