amazonka-glue-2.0: Amazon Glue 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.Glue.Types.PIIDetection

Description

 
Synopsis

Documentation

data PIIDetection Source #

Specifies a transform that identifies, removes or masks PII data.

See: newPIIDetection smart constructor.

Constructors

PIIDetection' 

Fields

  • maskValue :: Maybe Text

    Indicates the value that will replace the detected entity.

  • outputColumnName :: Maybe Text

    Indicates the output column name that will contain any entity type detected in that row.

  • sampleFraction :: Maybe Double

    Indicates the fraction of the data to sample when scanning for PII entities.

  • thresholdFraction :: Maybe Double

    Indicates the fraction of the data that must be met in order for a column to be identified as PII data.

  • name :: Text

    The name of the transform node.

  • inputs :: NonEmpty Text

    The node ID inputs to the transform.

  • piiType :: PiiType

    Indicates the type of PIIDetection transform.

  • entityTypesToDetect :: [Text]

    Indicates the types of entities the PIIDetection transform will identify as PII data.

    PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD,USA_NATIONAL_PROVIDER_IDENTIFIER,USA_DEA_NUMBER,USA_DRIVING_LICENSE

Instances

Instances details
FromJSON PIIDetection Source # 
Instance details

Defined in Amazonka.Glue.Types.PIIDetection

ToJSON PIIDetection Source # 
Instance details

Defined in Amazonka.Glue.Types.PIIDetection

Generic PIIDetection Source # 
Instance details

Defined in Amazonka.Glue.Types.PIIDetection

Associated Types

type Rep PIIDetection :: Type -> Type #

Read PIIDetection Source # 
Instance details

Defined in Amazonka.Glue.Types.PIIDetection

Show PIIDetection Source # 
Instance details

Defined in Amazonka.Glue.Types.PIIDetection

NFData PIIDetection Source # 
Instance details

Defined in Amazonka.Glue.Types.PIIDetection

Methods

rnf :: PIIDetection -> () #

Eq PIIDetection Source # 
Instance details

Defined in Amazonka.Glue.Types.PIIDetection

Hashable PIIDetection Source # 
Instance details

Defined in Amazonka.Glue.Types.PIIDetection

type Rep PIIDetection Source # 
Instance details

Defined in Amazonka.Glue.Types.PIIDetection

newPIIDetection Source #

Create a value of PIIDetection 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:maskValue:PIIDetection', pIIDetection_maskValue - Indicates the value that will replace the detected entity.

$sel:outputColumnName:PIIDetection', pIIDetection_outputColumnName - Indicates the output column name that will contain any entity type detected in that row.

$sel:sampleFraction:PIIDetection', pIIDetection_sampleFraction - Indicates the fraction of the data to sample when scanning for PII entities.

$sel:thresholdFraction:PIIDetection', pIIDetection_thresholdFraction - Indicates the fraction of the data that must be met in order for a column to be identified as PII data.

$sel:name:PIIDetection', pIIDetection_name - The name of the transform node.

$sel:inputs:PIIDetection', pIIDetection_inputs - The node ID inputs to the transform.

$sel:piiType:PIIDetection', pIIDetection_piiType - Indicates the type of PIIDetection transform.

$sel:entityTypesToDetect:PIIDetection', pIIDetection_entityTypesToDetect - Indicates the types of entities the PIIDetection transform will identify as PII data.

PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD,USA_NATIONAL_PROVIDER_IDENTIFIER,USA_DEA_NUMBER,USA_DRIVING_LICENSE

pIIDetection_maskValue :: Lens' PIIDetection (Maybe Text) Source #

Indicates the value that will replace the detected entity.

pIIDetection_outputColumnName :: Lens' PIIDetection (Maybe Text) Source #

Indicates the output column name that will contain any entity type detected in that row.

pIIDetection_sampleFraction :: Lens' PIIDetection (Maybe Double) Source #

Indicates the fraction of the data to sample when scanning for PII entities.

pIIDetection_thresholdFraction :: Lens' PIIDetection (Maybe Double) Source #

Indicates the fraction of the data that must be met in order for a column to be identified as PII data.

pIIDetection_name :: Lens' PIIDetection Text Source #

The name of the transform node.

pIIDetection_inputs :: Lens' PIIDetection (NonEmpty Text) Source #

The node ID inputs to the transform.

pIIDetection_piiType :: Lens' PIIDetection PiiType Source #

Indicates the type of PIIDetection transform.

pIIDetection_entityTypesToDetect :: Lens' PIIDetection [Text] Source #

Indicates the types of entities the PIIDetection transform will identify as PII data.

PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD,USA_NATIONAL_PROVIDER_IDENTIFIER,USA_DEA_NUMBER,USA_DRIVING_LICENSE