threat Overrides
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.
suspend fun threatOverrides(vararg values: Output<SecurityProfileThreatPreventionProfileThreatOverrideArgs>)
suspend fun threatOverrides(values: List<Output<SecurityProfileThreatPreventionProfileThreatOverrideArgs>>)
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.
suspend fun threatOverrides(argument: List<suspend SecurityProfileThreatPreventionProfileThreatOverrideArgsBuilder.() -> Unit>)
suspend fun threatOverrides(vararg argument: suspend SecurityProfileThreatPreventionProfileThreatOverrideArgsBuilder.() -> Unit)
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.