FileSystemHttpLogsConfigArgs

data class FileSystemHttpLogsConfigArgs(val enabled: Output<Boolean>? = null, val retentionInDays: Output<Int>? = null, val retentionInMb: Output<Int>? = null) : ConvertibleToJava<FileSystemHttpLogsConfigArgs>

Http logs to file system configuration.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, retentionInDays: Output<Int>? = null, retentionInMb: Output<Int>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

True if configuration is enabled, false if it is disabled and null if configuration is not set.

Link copied to clipboard
val retentionInDays: Output<Int>? = null

Retention in days. Remove files older than X days. 0 or lower means no retention.

Link copied to clipboard
val retentionInMb: Output<Int>? = null

Maximum size in megabytes that http log files can use. When reached old log files will be removed to make space for new ones. Value can range between 25 and 100.

Functions

Link copied to clipboard
open override fun toJava(): FileSystemHttpLogsConfigArgs