amazonka-maciev2-2.0: Amazon Macie 2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MacieV2.Types.SuppressDataIdentifier

Description

 
Synopsis

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.

Constructors

SuppressDataIdentifier' 

Fields

  • id :: Maybe Text

    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.

  • type' :: Maybe DataIdentifierType

    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.

Instances

Instances details
ToJSON SuppressDataIdentifier Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SuppressDataIdentifier

Generic SuppressDataIdentifier Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SuppressDataIdentifier

Associated Types

type Rep SuppressDataIdentifier :: Type -> Type #

Read SuppressDataIdentifier Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SuppressDataIdentifier

Show SuppressDataIdentifier Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SuppressDataIdentifier

NFData SuppressDataIdentifier Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SuppressDataIdentifier

Methods

rnf :: SuppressDataIdentifier -> () #

Eq SuppressDataIdentifier Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SuppressDataIdentifier

Hashable SuppressDataIdentifier Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SuppressDataIdentifier

type Rep SuppressDataIdentifier Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SuppressDataIdentifier

type Rep SuppressDataIdentifier = D1 ('MetaData "SuppressDataIdentifier" "Amazonka.MacieV2.Types.SuppressDataIdentifier" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "SuppressDataIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataIdentifierType))))

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.