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.ContainerDetails

Description

 
Synopsis

Documentation

data ContainerDetails Source #

Container details related to a finding.

See: newContainerDetails smart constructor.

Constructors

ContainerDetails' 

Fields

Instances

Instances details
Eq ContainerDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ContainerDetails

Read ContainerDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ContainerDetails

Show ContainerDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ContainerDetails

Generic ContainerDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ContainerDetails

Associated Types

type Rep ContainerDetails :: Type -> Type #

NFData ContainerDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ContainerDetails

Methods

rnf :: ContainerDetails -> () #

Hashable ContainerDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ContainerDetails

ToJSON ContainerDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ContainerDetails

FromJSON ContainerDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ContainerDetails

type Rep ContainerDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ContainerDetails

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

newContainerDetails :: ContainerDetails Source #

Create a value of ContainerDetails 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:name:ContainerDetails', containerDetails_name - The name of the container related to a finding.

$sel:imageId:ContainerDetails', containerDetails_imageId - The identifier of the image related to a finding.

$sel:imageName:ContainerDetails', containerDetails_imageName - The name of the image related to a finding.

$sel:launchedAt:ContainerDetails', containerDetails_launchedAt - Indicates when the container started.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

containerDetails_name :: Lens' ContainerDetails (Maybe Text) Source #

The name of the container related to a finding.

containerDetails_imageId :: Lens' ContainerDetails (Maybe Text) Source #

The identifier of the image related to a finding.

containerDetails_imageName :: Lens' ContainerDetails (Maybe Text) Source #

The name of the image related to a finding.

containerDetails_launchedAt :: Lens' ContainerDetails (Maybe Text) Source #

Indicates when the container started.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.