createProbe
inline suspend fun NetworkMonitorClient.createProbe(crossinline block: CreateProbeRequest.Builder.() -> Unit): CreateProbeResponse
Create a probe within a monitor. Once you create a probe, and it begins monitoring your network traffic, you'll incur billing charges for that probe. This action requires the monitorName
parameter. Run ListMonitors
to get a list of monitor names. Note the name of the monitorName
you want to create the probe for.