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 ManagedDataIdentifierSummary = ManagedDataIdentifierSummary' {}
- newManagedDataIdentifierSummary :: ManagedDataIdentifierSummary
- managedDataIdentifierSummary_category :: Lens' ManagedDataIdentifierSummary (Maybe SensitiveDataItemCategory)
- managedDataIdentifierSummary_id :: Lens' ManagedDataIdentifierSummary (Maybe Text)
Documentation
data ManagedDataIdentifierSummary Source #
Provides information about a managed data identifier. For additional information, see Using managed data identifiers in the Amazon Macie User Guide.
See: newManagedDataIdentifierSummary
smart constructor.
ManagedDataIdentifierSummary' | |
|
Instances
newManagedDataIdentifierSummary :: ManagedDataIdentifierSummary Source #
Create a value of ManagedDataIdentifierSummary
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:category:ManagedDataIdentifierSummary'
, managedDataIdentifierSummary_category
- The category of sensitive data that the managed data identifier detects:
CREDENTIALS, for credentials data such as private keys or Amazon Web
Services secret keys; FINANCIAL_INFORMATION, for financial data such as
credit card numbers; or, PERSONAL_INFORMATION, for personal health
information, such as health insurance identification numbers, or
personally identifiable information, such as passport numbers.
$sel:id:ManagedDataIdentifierSummary'
, managedDataIdentifierSummary_id
- The unique identifier for the managed data identifier. This is a string
that describes the type of sensitive data that the managed data
identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private
keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER
for US passport numbers.
managedDataIdentifierSummary_category :: Lens' ManagedDataIdentifierSummary (Maybe SensitiveDataItemCategory) Source #
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
managedDataIdentifierSummary_id :: Lens' ManagedDataIdentifierSummary (Maybe Text) Source #
The unique identifier for the managed data identifier. This is a string that describes the type of sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.