entityOverrides

@JvmName(name = "aipnvnkkbfrjepgp")
suspend fun entityOverrides(value: Output<Map<String, String>>)
@JvmName(name = "ousabjcgkdwqxehd")
suspend fun entityOverrides(value: Map<String, String>?)

Parameters

value

Specify users that should always be served a specific variation of a feature. Each user is specified by a key-value pair . For each key, specify a user by entering their user ID, account ID, or some other identifier. For the value, specify the name of the variation that they are to be served.


@JvmName(name = "hplxkujqrbhiqtjq")
fun entityOverrides(vararg values: Pair<String, String>)

Parameters

values

Specify users that should always be served a specific variation of a feature. Each user is specified by a key-value pair . For each key, specify a user by entering their user ID, account ID, or some other identifier. For the value, specify the name of the variation that they are to be served.