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 |
Documentation
data SuppressDataIdentifier Source #
Specifies a custom data identifier or managed data identifier that detected a type of sensitive data to start excluding or including in an S3 bucket's sensitivity score.
See: newSuppressDataIdentifier
smart constructor.
SuppressDataIdentifier' | |
|
Instances
newSuppressDataIdentifier :: SuppressDataIdentifier Source #
Create a value of SuppressDataIdentifier
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:SuppressDataIdentifier'
, suppressDataIdentifier_id
- The unique identifier for the custom data identifier or managed data
identifier that detected the type of sensitive data to exclude or
include in the score.
$sel:type':SuppressDataIdentifier'
, suppressDataIdentifier_type
- The type of data identifier that detected the sensitive data. Possible
values are: CUSTOM, for a custom data identifier; and, MANAGED, for a
managed data identifier.
suppressDataIdentifier_id :: Lens' SuppressDataIdentifier (Maybe Text) Source #
The unique identifier for the custom data identifier or managed data identifier that detected the type of sensitive data to exclude or include in the score.
suppressDataIdentifier_type :: Lens' SuppressDataIdentifier (Maybe DataIdentifierType) Source #
The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.