allowlistValues

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

Parameters

value

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


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


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

Parameters

values

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