/AWS1/CL_CWLRENAMEKEYS¶
Use this processor to rename keys in a log event.
For more information about this processor including examples, see renameKeys in the CloudWatch Logs User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_entries TYPE /AWS1/CL_CWLRENAMEKEYENTRY=>TT_RENAMEKEYENTRIES TT_RENAMEKEYENTRIES¶
An array of
RenameKeyEntryobjects, where each object contains the information about a single key to rename.
Queryable Attributes¶
entries¶
An array of
RenameKeyEntryobjects, where each object contains the information about a single key to rename.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ENTRIES() | Getter for ENTRIES, with configurable default | 
| ASK_ENTRIES() | Getter for ENTRIES w/ exceptions if field has no value | 
| HAS_ENTRIES() | Determine if ENTRIES has a value |