allowlistValues

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

Parameters

value

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


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


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

Parameters

values

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