selectors

@JvmName(name = "bifskimspwvobuas")
suspend fun selectors(value: Output<List<DeviceSelectorArgs>>)
@JvmName(name = "vfmrnecaymsjrkqj")
suspend fun selectors(value: List<DeviceSelectorArgs>?)

Parameters

value

Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered. This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.


@JvmName(name = "biihgpwntcdkmadc")
suspend fun selectors(vararg values: Output<DeviceSelectorArgs>)


@JvmName(name = "wbhqbjqwadgnksmg")
suspend fun selectors(values: List<Output<DeviceSelectorArgs>>)
@JvmName(name = "vfhpodtwldkhaexr")
suspend fun selectors(vararg values: DeviceSelectorArgs)

Parameters

values

Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered. This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.


@JvmName(name = "rglggmxbepylckwh")
suspend fun selectors(argument: List<suspend DeviceSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "ubjhvphsuxrqeyoy")
suspend fun selectors(vararg argument: suspend DeviceSelectorArgsBuilder.() -> Unit)
@JvmName(name = "cglupwswbqrokpvi")
suspend fun selectors(argument: suspend DeviceSelectorArgsBuilder.() -> Unit)

Parameters

argument

Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered. This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.