Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Exclusion = Exclusion' {
- attributes :: Maybe [Attribute]
- arn :: Text
- title :: Text
- description :: Text
- recommendation :: Text
- scopes :: NonEmpty Scope
- newExclusion :: Text -> Text -> Text -> Text -> NonEmpty Scope -> Exclusion
- exclusion_attributes :: Lens' Exclusion (Maybe [Attribute])
- exclusion_arn :: Lens' Exclusion Text
- exclusion_title :: Lens' Exclusion Text
- exclusion_description :: Lens' Exclusion Text
- exclusion_recommendation :: Lens' Exclusion Text
- exclusion_scopes :: Lens' Exclusion (NonEmpty Scope)
Documentation
Contains information about what was excluded from an assessment run.
See: newExclusion
smart constructor.
Exclusion' | |
|
Instances
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.