threatOverrides

@JvmName(name = "labmkcsimimtoxax")
suspend fun threatOverrides(value: Output<List<SecurityProfileThreatPreventionProfileThreatOverrideArgs>>)

Parameters

value

The configuration for overriding threats actions by threat id match. If a threat is matched both by configuration provided in severity overrides and threat overrides, the threat overrides action is applied. Structure is documented below.


@JvmName(name = "eqecbpbtoskqvair")
suspend fun threatOverrides(vararg values: Output<SecurityProfileThreatPreventionProfileThreatOverrideArgs>)


@JvmName(name = "lcwmcyopnagchcsu")
suspend fun threatOverrides(values: List<Output<SecurityProfileThreatPreventionProfileThreatOverrideArgs>>)
@JvmName(name = "ogonhsladwlthjva")
suspend fun threatOverrides(vararg values: SecurityProfileThreatPreventionProfileThreatOverrideArgs)

Parameters

values

The configuration for overriding threats actions by threat id match. If a threat is matched both by configuration provided in severity overrides and threat overrides, the threat overrides action is applied. Structure is documented below.


@JvmName(name = "ockyafhypmjfnshc")
suspend fun threatOverrides(argument: List<suspend SecurityProfileThreatPreventionProfileThreatOverrideArgsBuilder.() -> Unit>)
@JvmName(name = "wlvcmereqbjntifv")
suspend fun threatOverrides(vararg argument: suspend SecurityProfileThreatPreventionProfileThreatOverrideArgsBuilder.() -> Unit)
@JvmName(name = "mpqiqipjfcprciqj")
suspend fun threatOverrides(argument: suspend SecurityProfileThreatPreventionProfileThreatOverrideArgsBuilder.() -> Unit)

Parameters

argument

The configuration for overriding threats actions by threat id match. If a threat is matched both by configuration provided in severity overrides and threat overrides, the threat overrides action is applied. Structure is documented below.