entityOverrides

@JvmName(name = "cndvgtsegckjfvrg")
suspend fun entityOverrides(value: Output<List<FeatureEntityOverrideArgs>>)
@JvmName(name = "wdcpuummguiwiunf")
suspend fun entityOverrides(value: List<FeatureEntityOverrideArgs>?)

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 = "kupgjbbunsfkqnbv")
suspend fun entityOverrides(vararg values: Output<FeatureEntityOverrideArgs>)


@JvmName(name = "ujaighcwoxndxscj")
suspend fun entityOverrides(values: List<Output<FeatureEntityOverrideArgs>>)
@JvmName(name = "jihkvrsqyeoxuqcj")
suspend fun entityOverrides(vararg values: FeatureEntityOverrideArgs)

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.


@JvmName(name = "fnlosquwdmmvcmhx")
suspend fun entityOverrides(argument: List<suspend FeatureEntityOverrideArgsBuilder.() -> Unit>)
@JvmName(name = "ipcoruggmndvdjwi")
suspend fun entityOverrides(vararg argument: suspend FeatureEntityOverrideArgsBuilder.() -> Unit)
@JvmName(name = "wdbnajlngdyctfnw")
suspend fun entityOverrides(argument: suspend FeatureEntityOverrideArgsBuilder.() -> Unit)

Parameters

argument

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.