deviceSelector

@JvmName(name = "cctmkuebviyasedq")
suspend fun deviceSelector(value: Output<DeviceTaintSelectorArgs>)
@JvmName(name = "ihsmglukkqrhlhmu")
suspend fun deviceSelector(value: DeviceTaintSelectorArgs?)

Parameters

value

DeviceSelector defines which device(s) the taint is applied to. All selector criteria must be satified for a device to match. The empty selector matches all devices. Without a selector, no devices are matches.


@JvmName(name = "tgxkjptydiydmtqi")
suspend fun deviceSelector(argument: suspend DeviceTaintSelectorArgsBuilder.() -> Unit)

Parameters

argument

DeviceSelector defines which device(s) the taint is applied to. All selector criteria must be satified for a device to match. The empty selector matches all devices. Without a selector, no devices are matches.