| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Inspector.Types.ExclusionPreview
Description
Synopsis
- data ExclusionPreview = ExclusionPreview' {
- attributes :: Maybe [Attribute]
- title :: Text
- description :: Text
- recommendation :: Text
- scopes :: NonEmpty Scope
- newExclusionPreview :: Text -> Text -> Text -> NonEmpty Scope -> ExclusionPreview
- exclusionPreview_attributes :: Lens' ExclusionPreview (Maybe [Attribute])
- exclusionPreview_title :: Lens' ExclusionPreview Text
- exclusionPreview_description :: Lens' ExclusionPreview Text
- exclusionPreview_recommendation :: Lens' ExclusionPreview Text
- exclusionPreview_scopes :: Lens' ExclusionPreview (NonEmpty Scope)
Documentation
data ExclusionPreview Source #
Contains information about what is excluded from an assessment run given the current state of the assessment template.
See: newExclusionPreview smart constructor.
Constructors
| ExclusionPreview' | |
Fields
| |
Instances
Create a value of ExclusionPreview 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:ExclusionPreview', exclusionPreview_attributes - The system-defined attributes for the exclusion preview.
$sel:title:ExclusionPreview', exclusionPreview_title - The name of the exclusion preview.
$sel:description:ExclusionPreview', exclusionPreview_description - The description of the exclusion preview.
$sel:recommendation:ExclusionPreview', exclusionPreview_recommendation - The recommendation for the exclusion preview.
$sel:scopes:ExclusionPreview', exclusionPreview_scopes - The AWS resources for which the exclusion preview pertains.
exclusionPreview_attributes :: Lens' ExclusionPreview (Maybe [Attribute]) Source #
The system-defined attributes for the exclusion preview.
exclusionPreview_title :: Lens' ExclusionPreview Text Source #
The name of the exclusion preview.
exclusionPreview_description :: Lens' ExclusionPreview Text Source #
The description of the exclusion preview.
exclusionPreview_recommendation :: Lens' ExclusionPreview Text Source #
The recommendation for the exclusion preview.
exclusionPreview_scopes :: Lens' ExclusionPreview (NonEmpty Scope) Source #
The AWS resources for which the exclusion preview pertains.