normalized

@JvmName(name = "cagplanfnfekdxla")
suspend fun normalized(value: Output<Int>)
@JvmName(name = "ftfvunbqwthktfwc")
suspend fun normalized(value: Int?)

Parameters

value

The normalized severity for the finding. This attribute is to be deprecated in favor of `Label`. If you provide `Normalized` and do not provide `Label`, `Label` is set automatically as follows.

  • 0 - `INFORMATIONAL`

  • 1–39 - `LOW`

  • 40–69 - `MEDIUM`

  • 70–89 - `HIGH`

  • 90–100 - `CRITICAL`