Uptime Check Config Args
constructor(checkerType: Output<String>? = null, contentMatchers: Output<List<UptimeCheckConfigContentMatcherArgs>>? = null, displayName: Output<String>? = null, httpCheck: Output<UptimeCheckConfigHttpCheckArgs>? = null, monitoredResource: Output<UptimeCheckConfigMonitoredResourceArgs>? = null, period: Output<String>? = null, project: Output<String>? = null, resourceGroup: Output<UptimeCheckConfigResourceGroupArgs>? = null, selectedRegions: Output<List<String>>? = null, syntheticMonitor: Output<UptimeCheckConfigSyntheticMonitorArgs>? = null, tcpCheck: Output<UptimeCheckConfigTcpCheckArgs>? = null, timeout: Output<String>? = null)