amazonka-inspector2-2.0: Amazon Inspector2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Inspector2.Types.EcrContainerImageMetadata

Description

 
Synopsis

Documentation

data EcrContainerImageMetadata Source #

Information on the Amazon ECR image metadata associated with a finding.

See: newEcrContainerImageMetadata smart constructor.

Constructors

EcrContainerImageMetadata' 

Fields

  • tags :: Maybe [Text]

    Tags associated with the Amazon ECR image metadata.

Instances

Instances details
FromJSON EcrContainerImageMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrContainerImageMetadata

Generic EcrContainerImageMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrContainerImageMetadata

Associated Types

type Rep EcrContainerImageMetadata :: Type -> Type #

Read EcrContainerImageMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrContainerImageMetadata

Show EcrContainerImageMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrContainerImageMetadata

NFData EcrContainerImageMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrContainerImageMetadata

Eq EcrContainerImageMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrContainerImageMetadata

Hashable EcrContainerImageMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrContainerImageMetadata

type Rep EcrContainerImageMetadata Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrContainerImageMetadata

type Rep EcrContainerImageMetadata = D1 ('MetaData "EcrContainerImageMetadata" "Amazonka.Inspector2.Types.EcrContainerImageMetadata" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "EcrContainerImageMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newEcrContainerImageMetadata :: EcrContainerImageMetadata Source #

Create a value of EcrContainerImageMetadata 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:tags:EcrContainerImageMetadata', ecrContainerImageMetadata_tags - Tags associated with the Amazon ECR image metadata.

ecrContainerImageMetadata_tags :: Lens' EcrContainerImageMetadata (Maybe [Text]) Source #

Tags associated with the Amazon ECR image metadata.