Internal Checker Args
data class InternalCheckerArgs(val displayName: Output<String>? = null, val gcpZone: Output<String>? = null, val name: Output<String>? = null, val network: Output<String>? = null, val peerProjectId: Output<String>? = null, val state: Output<InternalCheckerState>? = null) : ConvertibleToJava<InternalCheckerArgs>
An internal checker allows Uptime checks to run on private/internal GCP resources.
Properties
Link copied to clipboard
The checker's human-readable name. The display name should be unique within a Cloud Monitoring Metrics Scope in order to make it easier to identify; however, uniqueness is not enforced.
Link copied to clipboard
Link copied to clipboard
The GCP project ID where the internal checker lives. Not necessary the same as the Metrics Scope project.
Link copied to clipboard
The current operational state of the internal checker.