| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Inspector2.Types.Recommendation
Description
Synopsis
Documentation
data Recommendation Source #
Details about the recommended course of action to remediate the 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:url:Recommendation', recommendation_url - The URL address to the CVE remediation recommendations.
$sel:text:Recommendation', recommendation_text - The recommended course of action to remediate the finding.
recommendation_url :: Lens' Recommendation (Maybe Text) Source #
The URL address to the CVE remediation recommendations.
recommendation_text :: Lens' Recommendation (Maybe Text) Source #
The recommended course of action to remediate the finding.