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 |
Synopsis
- data SensitivityInspectionTemplatesEntry = SensitivityInspectionTemplatesEntry' {}
- newSensitivityInspectionTemplatesEntry :: SensitivityInspectionTemplatesEntry
- sensitivityInspectionTemplatesEntry_id :: Lens' SensitivityInspectionTemplatesEntry (Maybe Text)
- sensitivityInspectionTemplatesEntry_name :: Lens' SensitivityInspectionTemplatesEntry (Maybe Text)
Documentation
data SensitivityInspectionTemplatesEntry Source #
Provides information about the sensitivity inspection template for an Amazon Macie account. Macie uses the template's settings when it performs automated sensitive data discovery for the account.
See: newSensitivityInspectionTemplatesEntry
smart constructor.
Instances
newSensitivityInspectionTemplatesEntry :: SensitivityInspectionTemplatesEntry Source #
Create a value of SensitivityInspectionTemplatesEntry
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:id:SensitivityInspectionTemplatesEntry'
, sensitivityInspectionTemplatesEntry_id
- The unique identifier for the sensitivity inspection template for the
account.
$sel:name:SensitivityInspectionTemplatesEntry'
, sensitivityInspectionTemplatesEntry_name
- The name of the sensitivity inspection template for the account.
sensitivityInspectionTemplatesEntry_id :: Lens' SensitivityInspectionTemplatesEntry (Maybe Text) Source #
The unique identifier for the sensitivity inspection template for the account.
sensitivityInspectionTemplatesEntry_name :: Lens' SensitivityInspectionTemplatesEntry (Maybe Text) Source #
The name of the sensitivity inspection template for the account.