Uptime Check Config Args
fun UptimeCheckConfigArgs(checkerType: Output<UptimeCheckConfigCheckerType>? = null, contentMatchers: Output<List<ContentMatcherArgs>>? = null, displayName: Output<String>? = null, httpCheck: Output<HttpCheckArgs>? = null, internalCheckers: Output<List<InternalCheckerArgs>>? = null, isInternal: Output<Boolean>? = null, monitoredResource: Output<MonitoredResourceArgs>? = null, name: Output<String>? = null, period: Output<String>? = null, project: Output<String>? = null, resourceGroup: Output<ResourceGroupArgs>? = null, selectedRegions: Output<List<UptimeCheckConfigSelectedRegionsItem>>? = null, tcpCheck: Output<TcpCheckArgs>? = null, timeout: Output<String>? = null, userLabels: Output<Map<String, String>>? = null)