AppServiceLogsHttpLogsFileSystemArgs

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

Constructors

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

Functions

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

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.