amazonka-inspector-2.0: Amazon Inspector 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.Inspector.Types.Exclusion

Description

 
Synopsis

Documentation

data Exclusion Source #

Contains information about what was excluded from an assessment run.

See: newExclusion smart constructor.

Constructors

Exclusion' 

Fields

Instances

Instances details
FromJSON Exclusion Source # 
Instance details

Defined in Amazonka.Inspector.Types.Exclusion

Generic Exclusion Source # 
Instance details

Defined in Amazonka.Inspector.Types.Exclusion

Associated Types

type Rep Exclusion :: Type -> Type #

Read Exclusion Source # 
Instance details

Defined in Amazonka.Inspector.Types.Exclusion

Show Exclusion Source # 
Instance details

Defined in Amazonka.Inspector.Types.Exclusion

NFData Exclusion Source # 
Instance details

Defined in Amazonka.Inspector.Types.Exclusion

Methods

rnf :: Exclusion -> () #

Eq Exclusion Source # 
Instance details

Defined in Amazonka.Inspector.Types.Exclusion

Hashable Exclusion Source # 
Instance details

Defined in Amazonka.Inspector.Types.Exclusion

type Rep Exclusion Source # 
Instance details

Defined in Amazonka.Inspector.Types.Exclusion

newExclusion Source #

Create a value of Exclusion 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:attributes:Exclusion', exclusion_attributes - The system-defined attributes for the exclusion.

$sel:arn:Exclusion', exclusion_arn - The ARN that specifies the exclusion.

$sel:title:Exclusion', exclusion_title - The name of the exclusion.

$sel:description:Exclusion', exclusion_description - The description of the exclusion.

$sel:recommendation:Exclusion', exclusion_recommendation - The recommendation for the exclusion.

$sel:scopes:Exclusion', exclusion_scopes - The AWS resources for which the exclusion pertains.

exclusion_attributes :: Lens' Exclusion (Maybe [Attribute]) Source #

The system-defined attributes for the exclusion.

exclusion_arn :: Lens' Exclusion Text Source #

The ARN that specifies the exclusion.

exclusion_title :: Lens' Exclusion Text Source #

The name of the exclusion.

exclusion_description :: Lens' Exclusion Text Source #

The description of the exclusion.

exclusion_recommendation :: Lens' Exclusion Text Source #

The recommendation for the exclusion.

exclusion_scopes :: Lens' Exclusion (NonEmpty Scope) Source #

The AWS resources for which the exclusion pertains.