allowlistValues

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

Parameters

value

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


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


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

Parameters

values

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