Skip to content

/AWS1/CL_CRLLOGREDACTIONCONF

The configuration for log redaction.

CONSTRUCTOR

IMPORTING

Required arguments:

it_entitiestoredact TYPE /AWS1/CL_CRLENTITYTYPELIST_W=>TT_ENTITYTYPELIST TT_ENTITYTYPELIST

Specifies the entities to be redacted from logs. Entities to redact are "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION", "NUMBERS","CUSTOM". If CUSTOM is supplied or configured, custom patterns (customDataIdentifiers) should be provided, and the patterns will be redacted in logs or error messages.

Optional arguments:

io_customentityconfig TYPE REF TO /AWS1/CL_CRLCUSTOMENTITYCONFIG /AWS1/CL_CRLCUSTOMENTITYCONFIG

Specifies the configuration for custom entities in the context of log redaction.


Queryable Attributes

entitiesToRedact

Specifies the entities to be redacted from logs. Entities to redact are "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION", "NUMBERS","CUSTOM". If CUSTOM is supplied or configured, custom patterns (customDataIdentifiers) should be provided, and the patterns will be redacted in logs or error messages.

Accessible with the following methods

Method Description
GET_ENTITIESTOREDACT() Getter for ENTITIESTOREDACT, with configurable default
ASK_ENTITIESTOREDACT() Getter for ENTITIESTOREDACT w/ exceptions if field has no va
HAS_ENTITIESTOREDACT() Determine if ENTITIESTOREDACT has a value

customEntityConfig

Specifies the configuration for custom entities in the context of log redaction.

Accessible with the following methods

Method Description
GET_CUSTOMENTITYCONFIG() Getter for CUSTOMENTITYCONFIG