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

Description

 
Synopsis

Documentation

data EcrConfigurationState Source #

Details about the state of the ECR scans for your environment.

See: newEcrConfigurationState smart constructor.

Constructors

EcrConfigurationState' 

Fields

Instances

Instances details
FromJSON EcrConfigurationState Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfigurationState

Generic EcrConfigurationState Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfigurationState

Associated Types

type Rep EcrConfigurationState :: Type -> Type #

Read EcrConfigurationState Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfigurationState

Show EcrConfigurationState Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfigurationState

NFData EcrConfigurationState Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfigurationState

Methods

rnf :: EcrConfigurationState -> () #

Eq EcrConfigurationState Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfigurationState

Hashable EcrConfigurationState Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfigurationState

type Rep EcrConfigurationState Source # 
Instance details

Defined in Amazonka.Inspector2.Types.EcrConfigurationState

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

newEcrConfigurationState :: EcrConfigurationState Source #

Create a value of EcrConfigurationState 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:rescanDurationState:EcrConfigurationState', ecrConfigurationState_rescanDurationState - An object that contains details about the state of the ECR automated re-scan setting.

ecrConfigurationState_rescanDurationState :: Lens' EcrConfigurationState (Maybe EcrRescanDurationState) Source #

An object that contains details about the state of the ECR automated re-scan setting.