LogType

sealed class LogType

The following log types are supported for log delivery configuration:

  • APPLICATION_LOGS – Application-level logs.

  • USAGE_LOGS – Resource usage logs.

  • SECURITY_FINDING_LOGS – Security finding logs.

  • ACCESS_LOGS – Access logs (such as Elastic Load Balancing access logs).

  • CONNECTION_LOGS – Connection logs.

  • S3_SERVER_ACCESS_LOGS – Amazon S3 server access logs.

Inheritors

Types

Link copied to clipboard
object Access : LogType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : LogType
Link copied to clipboard
Link copied to clipboard
object Usage : LogType

Properties

Link copied to clipboard
abstract val value: String