Firewall Policy Intrusion Detection Args
data class FirewallPolicyIntrusionDetectionArgs(val configuration: Output<FirewallPolicyIntrusionDetectionConfigurationArgs>? = null, val mode: Output<Either<String, FirewallPolicyIntrusionDetectionStateType>>? = null, val profile: Output<Either<String, FirewallPolicyIntrusionDetectionProfileType>>? = null) : ConvertibleToJava<FirewallPolicyIntrusionDetectionArgs>
Configuration for intrusion detection mode and rules.
Constructors
Link copied to clipboard
constructor(configuration: Output<FirewallPolicyIntrusionDetectionConfigurationArgs>? = null, mode: Output<Either<String, FirewallPolicyIntrusionDetectionStateType>>? = null, profile: Output<Either<String, FirewallPolicyIntrusionDetectionProfileType>>? = null)
Properties
Link copied to clipboard
Intrusion detection configuration properties.
Link copied to clipboard
Intrusion detection general state. When attached to a parent policy, the firewall's effective IDPS mode is the stricter mode of the two.
Link copied to clipboard
IDPS profile name. When attached to a parent policy, the firewall's effective profile is the profile name of the parent policy.