libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MacieV2.Types.ManagedDataIdentifierSummary

Description

 
Synopsis

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.

Constructors

ManagedDataIdentifierSummary' 

Fields

  • category :: Maybe SensitiveDataItemCategory

    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.

  • id :: Maybe Text

    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.

Instances

Instances details
Eq ManagedDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ManagedDataIdentifierSummary

Read ManagedDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ManagedDataIdentifierSummary

Show ManagedDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ManagedDataIdentifierSummary

Generic ManagedDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ManagedDataIdentifierSummary

Associated Types

type Rep ManagedDataIdentifierSummary :: Type -> Type #

NFData ManagedDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ManagedDataIdentifierSummary

Hashable ManagedDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ManagedDataIdentifierSummary

FromJSON ManagedDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ManagedDataIdentifierSummary

type Rep ManagedDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.ManagedDataIdentifierSummary

type Rep ManagedDataIdentifierSummary = D1 ('MetaData "ManagedDataIdentifierSummary" "Amazonka.MacieV2.Types.ManagedDataIdentifierSummary" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "ManagedDataIdentifierSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SensitiveDataItemCategory)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.