ruleSets

@JvmName(name = "wkdqsiqdgycqvjve")
suspend fun ruleSets(value: Output<List<PreventionInspectTemplateInspectConfigRuleSetArgs>>)
@JvmName(name = "smbjakywnkphxyfj")
suspend fun ruleSets(value: List<PreventionInspectTemplateInspectConfigRuleSetArgs>?)

Parameters

value

Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type. Structure is documented below.


@JvmName(name = "plgqsqsgqfhajajb")
suspend fun ruleSets(vararg values: Output<PreventionInspectTemplateInspectConfigRuleSetArgs>)


@JvmName(name = "lhpbpijwkggexnrp")
suspend fun ruleSets(values: List<Output<PreventionInspectTemplateInspectConfigRuleSetArgs>>)
@JvmName(name = "qqebjeddvcwppets")
suspend fun ruleSets(vararg values: PreventionInspectTemplateInspectConfigRuleSetArgs)

Parameters

values

Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type. Structure is documented below.


@JvmName(name = "tonlcguenftgvvsq")
suspend fun ruleSets(argument: List<suspend PreventionInspectTemplateInspectConfigRuleSetArgsBuilder.() -> Unit>)
@JvmName(name = "uejfndagumteicyd")
suspend fun ruleSets(vararg argument: suspend PreventionInspectTemplateInspectConfigRuleSetArgsBuilder.() -> Unit)
@JvmName(name = "hrjpiogijjgfvcix")
suspend fun ruleSets(argument: suspend PreventionInspectTemplateInspectConfigRuleSetArgsBuilder.() -> Unit)

Parameters

argument

Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type. Structure is documented below.