SlotLogsHttpLogsFileSystemArgs

data class SlotLogsHttpLogsFileSystemArgs(val retentionInDays: Output<Int>, val retentionInMb: Output<Int>) : ConvertibleToJava<SlotLogsHttpLogsFileSystemArgs>

Constructors

Link copied to clipboard
constructor(retentionInDays: Output<Int>, retentionInMb: Output<Int>)

Properties

Link copied to clipboard
val retentionInDays: Output<Int>

The number of days to retain logs for.

Link copied to clipboard
val retentionInMb: Output<Int>

The maximum size in megabytes that HTTP log files can use before being removed.

Functions

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