/AWS1/CL_ECSSVCCNCTACCLOGCONF¶
Configuration for Service Connect access logging. Access logs provide detailed information about requests made to your service, including request patterns, response codes, and timing data for debugging and monitoring purposes.
To enable access logs, you must also specify a logConfiguration in the serviceConnectConfiguration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_format TYPE /AWS1/ECSSVCCNCTACCLOGFORMAT /AWS1/ECSSVCCNCTACCLOGFORMAT¶
The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
Optional arguments:¶
iv_includequeryparameters TYPE /AWS1/ECSSVCCNCTINCQUERYPARMS /AWS1/ECSSVCCNCTINCQUERYPARMS¶
Specifies whether to include query parameters in Service Connect access logs.
When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is
DISABLED.
Queryable Attributes¶
format¶
The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
includeQueryParameters¶
Specifies whether to include query parameters in Service Connect access logs.
When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is
DISABLED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUDEQUERYPARAMETERS() |
Getter for INCLUDEQUERYPARAMETERS, with configurable default |
ASK_INCLUDEQUERYPARAMETERS() |
Getter for INCLUDEQUERYPARAMETERS w/ exceptions if field has |
HAS_INCLUDEQUERYPARAMETERS() |
Determine if INCLUDEQUERYPARAMETERS has a value |