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

Description

 
Synopsis

Documentation

data EcrConfiguration Source #

Details about the ECR automated re-scan duration setting for your environment.

See: newEcrConfiguration smart constructor.

Constructors

EcrConfiguration' 

Fields

  • rescanDuration :: EcrRescanDuration

    The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomes inactive and all associated findings are scheduled for closure.

Instances

Instances details
ToJSON EcrConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfiguration

Generic EcrConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfiguration

Associated Types

type Rep EcrConfiguration :: Type -> Type #

Read EcrConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfiguration

Show EcrConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfiguration

NFData EcrConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfiguration

Methods

rnf :: EcrConfiguration -> () #

Eq EcrConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfiguration

Hashable EcrConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfiguration

type Rep EcrConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfiguration

type Rep EcrConfiguration = D1 ('MetaData "EcrConfiguration" "Amazonka.Inspector2.Types.EcrConfiguration" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "EcrConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rescanDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EcrRescanDuration)))

newEcrConfiguration Source #

Create a value of EcrConfiguration 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:rescanDuration:EcrConfiguration', ecrConfiguration_rescanDuration - The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomes inactive and all associated findings are scheduled for closure.

ecrConfiguration_rescanDuration :: Lens' EcrConfiguration EcrRescanDuration Source #

The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomes inactive and all associated findings are scheduled for closure.