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.MacieV2.Types.SensitivityInspectionTemplateExcludes
Description
Documentation
data SensitivityInspectionTemplateExcludes Source #
Specifies managed data identifiers to exclude (not use) when performing automated sensitive data discovery for an Amazon Macie account. For information about the managed data identifiers that Amazon Macie currently provides, see Using managed data identifiers in the Amazon Macie User Guide.
See: newSensitivityInspectionTemplateExcludes
smart constructor.
Constructors
SensitivityInspectionTemplateExcludes' | |
Fields
|
Instances
newSensitivityInspectionTemplateExcludes :: SensitivityInspectionTemplateExcludes Source #
Create a value of SensitivityInspectionTemplateExcludes
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:managedDataIdentifierIds:SensitivityInspectionTemplateExcludes'
, sensitivityInspectionTemplateExcludes_managedDataIdentifierIds
- An array of unique identifiers, one for each managed data identifier to
exclude. To retrieve a list of valid values, use the
ListManagedDataIdentifiers operation.
sensitivityInspectionTemplateExcludes_managedDataIdentifierIds :: Lens' SensitivityInspectionTemplateExcludes (Maybe [Text]) Source #
An array of unique identifiers, one for each managed data identifier to exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers operation.