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

Description

 
Synopsis

Documentation

data AwsEcrContainerImageDetails Source #

Information about an Amazon ECR image.

See: newAwsEcrContainerImageDetails smart constructor.

Constructors

AwsEcrContainerImageDetails' 

Fields

Instances

Instances details
Eq AwsEcrContainerImageDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcrContainerImageDetails

Read AwsEcrContainerImageDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcrContainerImageDetails

Show AwsEcrContainerImageDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcrContainerImageDetails

Generic AwsEcrContainerImageDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcrContainerImageDetails

Associated Types

type Rep AwsEcrContainerImageDetails :: Type -> Type #

NFData AwsEcrContainerImageDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcrContainerImageDetails

Hashable AwsEcrContainerImageDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcrContainerImageDetails

ToJSON AwsEcrContainerImageDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcrContainerImageDetails

FromJSON AwsEcrContainerImageDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcrContainerImageDetails

type Rep AwsEcrContainerImageDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcrContainerImageDetails

type Rep AwsEcrContainerImageDetails = D1 ('MetaData "AwsEcrContainerImageDetails" "Amazonka.SecurityHub.Types.AwsEcrContainerImageDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsEcrContainerImageDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "imageTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "imagePublishedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "architecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAwsEcrContainerImageDetails :: AwsEcrContainerImageDetails Source #

Create a value of AwsEcrContainerImageDetails 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:registryId:AwsEcrContainerImageDetails', awsEcrContainerImageDetails_registryId - The Amazon Web Services account identifier that is associated with the registry that the image belongs to.

$sel:imageTags:AwsEcrContainerImageDetails', awsEcrContainerImageDetails_imageTags - The list of tags that are associated with the image.

$sel:imageDigest:AwsEcrContainerImageDetails', awsEcrContainerImageDetails_imageDigest - The sha256 digest of the image manifest.

$sel:imagePublishedAt:AwsEcrContainerImageDetails', awsEcrContainerImageDetails_imagePublishedAt - The date and time when the image was pushed to the repository.

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.

$sel:architecture:AwsEcrContainerImageDetails', awsEcrContainerImageDetails_architecture - The architecture of the image.

$sel:repositoryName:AwsEcrContainerImageDetails', awsEcrContainerImageDetails_repositoryName - The name of the repository that the image belongs to.

awsEcrContainerImageDetails_registryId :: Lens' AwsEcrContainerImageDetails (Maybe Text) Source #

The Amazon Web Services account identifier that is associated with the registry that the image belongs to.

awsEcrContainerImageDetails_imageTags :: Lens' AwsEcrContainerImageDetails (Maybe [Text]) Source #

The list of tags that are associated with the image.

awsEcrContainerImageDetails_imagePublishedAt :: Lens' AwsEcrContainerImageDetails (Maybe Text) Source #

The date and time when the image was pushed to the repository.

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.

awsEcrContainerImageDetails_repositoryName :: Lens' AwsEcrContainerImageDetails (Maybe Text) Source #

The name of the repository that the image belongs to.