getMonitor

Represents a monitor, which defines the monitoring boundaries for measurements that Internet Monitor publishes information about for an application

Return

null

Parameters

argument

null


suspend fun getMonitor(monitorName: String): GetMonitorResult

Return

null

Parameters

monitorName

The name of the monitor. A monitor name can contain only alphanumeric characters, dashes (-), periods (.), and underscores (_).

See also


suspend fun getMonitor(argument: suspend GetMonitorPlainArgsBuilder.() -> Unit): GetMonitorResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.internetmonitor.kotlin.inputs.GetMonitorPlainArgs.

See also