Ips Config Args
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
Content copied to clipboard