libZSservicesZSamazonka-ecrZSamazonka-ecr
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.ECR.Types.ImageScanFinding

Description

 
Synopsis

Documentation

data ImageScanFinding Source #

Contains information about an image scan finding.

See: newImageScanFinding smart constructor.

Constructors

ImageScanFinding' 

Fields

Instances

Instances details
Eq ImageScanFinding Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanFinding

Read ImageScanFinding Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanFinding

Show ImageScanFinding Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanFinding

Generic ImageScanFinding Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanFinding

Associated Types

type Rep ImageScanFinding :: Type -> Type #

NFData ImageScanFinding Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanFinding

Methods

rnf :: ImageScanFinding -> () #

Hashable ImageScanFinding Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanFinding

FromJSON ImageScanFinding Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanFinding

type Rep ImageScanFinding Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanFinding

type Rep ImageScanFinding = D1 ('MetaData "ImageScanFinding" "Amazonka.ECR.Types.ImageScanFinding" "libZSservicesZSamazonka-ecrZSamazonka-ecr" 'False) (C1 ('MetaCons "ImageScanFinding'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FindingSeverity)) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Attribute])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newImageScanFinding :: ImageScanFinding Source #

Create a value of ImageScanFinding 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:severity:ImageScanFinding', imageScanFinding_severity - The finding severity.

$sel:uri:ImageScanFinding', imageScanFinding_uri - A link containing additional details about the security vulnerability.

$sel:name:ImageScanFinding', imageScanFinding_name - The name associated with the finding, usually a CVE number.

$sel:attributes:ImageScanFinding', imageScanFinding_attributes - A collection of attributes of the host from which the finding is generated.

$sel:description:ImageScanFinding', imageScanFinding_description - The description of the finding.

imageScanFinding_uri :: Lens' ImageScanFinding (Maybe Text) Source #

A link containing additional details about the security vulnerability.

imageScanFinding_name :: Lens' ImageScanFinding (Maybe Text) Source #

The name associated with the finding, usually a CVE number.

imageScanFinding_attributes :: Lens' ImageScanFinding (Maybe [Attribute]) Source #

A collection of attributes of the host from which the finding is generated.