libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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' 

Fields

  • text :: Maybe Text

    Describes the recommended steps to take to remediate an issue identified in a finding.

  • url :: Maybe Text

    A URL to a page or site that contains information about how to remediate a finding.

Instances

Instances details
Eq Recommendation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Recommendation

Read Recommendation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Recommendation

Show Recommendation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Recommendation

Generic Recommendation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Recommendation

Associated Types

type Rep Recommendation :: Type -> Type #

NFData Recommendation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Recommendation

Methods

rnf :: Recommendation -> () #

Hashable Recommendation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Recommendation

ToJSON Recommendation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Recommendation

FromJSON Recommendation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Recommendation

type Rep Recommendation Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Recommendation

type Rep Recommendation = D1 ('MetaData "Recommendation" "Amazonka.SecurityHub.Types.Recommendation" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "Recommendation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.