IpsConfigArgs

data class IpsConfigArgs(val basicRules: Output<Int>? = null, val ctiRules: Output<Int>? = null, val lang: Output<String>? = null, val maxSdl: Output<Int>? = null, val patchRules: Output<Int>? = null, val ruleClass: Output<Int>? = null, val runMode: Output<Int>? = null) : ConvertibleToJava<IpsConfigArgs>

Import

Cloud Firewall IPS Config can be imported using the id, e.g.

$ pulumi import alicloud:cloudfirewall/ipsConfig:IpsConfig example

Constructors

Link copied to clipboard
constructor(basicRules: Output<Int>? = null, ctiRules: Output<Int>? = null, lang: Output<String>? = null, maxSdl: Output<Int>? = null, patchRules: Output<Int>? = null, ruleClass: Output<Int>? = null, runMode: Output<Int>? = null)

Properties

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

Basic rule switch. Value:

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

Threat intelligence. Value:

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

Language

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

Sensitive data detection Daily detection traffic limit. Defaults to 0.

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

Virtual patch switch. Value:

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

The IPS rule Group. Value:

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

IPS defense mode. Value:

Functions

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