Connection Monitor Args
constructor(autoStart: Output<Boolean>? = null, connectionMonitorName: Output<String>? = null, destination: Output<ConnectionMonitorDestinationArgs>? = null, endpoints: Output<List<ConnectionMonitorEndpointArgs>>? = null, location: Output<String>? = null, migrate: Output<String>? = null, monitoringIntervalInSeconds: Output<Int>? = null, networkWatcherName: Output<String>? = null, notes: Output<String>? = null, outputs: Output<List<ConnectionMonitorOutputArgs>>? = null, resourceGroupName: Output<String>? = null, source: Output<ConnectionMonitorSourceArgs>? = null, tags: Output<Map<String, String>>? = null, testConfigurations: Output<List<ConnectionMonitorTestConfigurationArgs>>? = null, testGroups: Output<List<ConnectionMonitorTestGroupArgs>>? = null)