File System Http Logs Config Args
    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
                fun FileSystemHttpLogsConfigArgs(enabled: Output<Boolean>? = null, retentionInDays: Output<Int>? = null, retentionInMb: Output<Int>? = null)