denylistValues

@JvmName(name = "wcnmovfxpyqfngtr")
suspend fun denylistValues(value: Output<List<String>>)
@JvmName(name = "lchdfhateakoxhhv")
suspend fun denylistValues(value: List<String>)

Parameters

value

The values to deny. The format of the values depends on the rule type.


@JvmName(name = "cxuhftfqivwjtfwl")
suspend fun denylistValues(vararg values: Output<String>)


@JvmName(name = "kdxgcevtjlnegtou")
suspend fun denylistValues(values: List<Output<String>>)
@JvmName(name = "edjajwaukvwfvaxm")
suspend fun denylistValues(vararg values: String)

Parameters

values

The values to deny. The format of the values depends on the rule type.