ConfigurationAntimalwareExclusionsArgs

data class ConfigurationAntimalwareExclusionsArgs(val extensions: Output<String>? = null, val paths: Output<String>? = null, val processes: Output<String>? = null) : ConvertibleToJava<ConfigurationAntimalwareExclusionsArgs>

Constructors

Link copied to clipboard
constructor(extensions: Output<String>? = null, paths: Output<String>? = null, processes: Output<String>? = null)

Properties

Link copied to clipboard
val extensions: Output<String>? = null

The extensions to exclude from the antimalware scan, separated by ;. For example .ext1;.ext2.

Link copied to clipboard
val paths: Output<String>? = null

The paths to exclude from the antimalware scan, separated by ;. For example C:\\Windows\\Temp;D:\\Temp.

Link copied to clipboard
val processes: Output<String>? = null

The processes to exclude from the antimalware scan, separated by ;. For example svchost.exe;notepad.exe.

Functions

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