filters

@JvmName(name = "avqxukvsrvydcfkq")
suspend fun filters(value: Output<InsightFiltersArgs>)
@JvmName(name = "xirpjnlapouedxab")
suspend fun filters(value: InsightFiltersArgs?)

Parameters

value

A configuration block including one or more (up to 10 distinct) attributes used to filter the findings included in the insight. The insight only includes findings that match criteria defined in the filters. See filters below for more details.


@JvmName(name = "tqmxxsamassxgsos")
suspend fun filters(argument: suspend InsightFiltersArgsBuilder.() -> Unit)

Parameters

argument

A configuration block including one or more (up to 10 distinct) attributes used to filter the findings included in the insight. The insight only includes findings that match criteria defined in the filters. See filters below for more details.