allowlistValues

@JvmName(name = "dqnnbwuhaqfvadrm")
suspend fun allowlistValues(value: Output<List<String>>)
@JvmName(name = "bcmtgepnobrjrrjc")
suspend fun allowlistValues(value: List<String>)

Parameters

value

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


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


@JvmName(name = "vhoqxkuemhonpwja")
suspend fun allowlistValues(values: List<Output<String>>)
@JvmName(name = "axjtswqeumbbtbij")
suspend fun allowlistValues(vararg values: String)

Parameters

values

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