rules

@JvmName(name = "rqmxjjvecwrtceot")
suspend fun rules(value: Output<List<ExclusionManagedRuleArgs>>)
@JvmName(name = "grannysxmndkwusc")
suspend fun rules(value: List<ExclusionManagedRuleArgs>?)

Parameters

value

List of rules that will be excluded. If none specified, all rules in the group will be excluded.


@JvmName(name = "wkwppmxnghndunik")
suspend fun rules(vararg values: Output<ExclusionManagedRuleArgs>)


@JvmName(name = "pmfnmddxavgyorqd")
suspend fun rules(values: List<Output<ExclusionManagedRuleArgs>>)
@JvmName(name = "ludpmuebutvwufxt")
suspend fun rules(vararg values: ExclusionManagedRuleArgs)

Parameters

values

List of rules that will be excluded. If none specified, all rules in the group will be excluded.


@JvmName(name = "uviolmfnxivefasj")
suspend fun rules(argument: List<suspend ExclusionManagedRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ibkndfsmyvqfsomc")
suspend fun rules(vararg argument: suspend ExclusionManagedRuleArgsBuilder.() -> Unit)
@JvmName(name = "gpmnrwvepeihjqwt")
suspend fun rules(argument: suspend ExclusionManagedRuleArgsBuilder.() -> Unit)

Parameters

argument

List of rules that will be excluded. If none specified, all rules in the group will be excluded.