allowlistValues

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

Parameters

value

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


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


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

Parameters

values

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