/AWS1/CL_CWOELBLOADBALLOGPARMS¶
Configuration parameters for ELB load balancer logging, including output format and field delimiter settings.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_outputformat TYPE /AWS1/CWOOUTPUTFORMAT /AWS1/CWOOUTPUTFORMAT¶
The format for ELB access log entries (plain text or JSON format).
iv_fielddelimiter TYPE /AWS1/CWOSTRING /AWS1/CWOSTRING¶
The delimiter character used to separate fields in ELB access log entries when using plain text format.
Queryable Attributes¶
OutputFormat¶
The format for ELB access log entries (plain text or JSON format).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTFORMAT() |
Getter for OUTPUTFORMAT, with configurable default |
ASK_OUTPUTFORMAT() |
Getter for OUTPUTFORMAT w/ exceptions if field has no value |
HAS_OUTPUTFORMAT() |
Determine if OUTPUTFORMAT has a value |
FieldDelimiter¶
The delimiter character used to separate fields in ELB access log entries when using plain text format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDDELIMITER() |
Getter for FIELDDELIMITER, with configurable default |
ASK_FIELDDELIMITER() |
Getter for FIELDDELIMITER w/ exceptions if field has no valu |
HAS_FIELDDELIMITER() |
Determine if FIELDDELIMITER has a value |