WatcherArgs

constructor(automationAccountName: Output<String>? = null, description: Output<String>? = null, executionFrequencyInSeconds: Output<Double>? = null, location: Output<String>? = null, resourceGroupName: Output<String>? = null, scriptName: Output<String>? = null, scriptParameters: Output<Map<String, String>>? = null, scriptRunOn: Output<String>? = null, tags: Output<Map<String, String>>? = null, watcherName: Output<String>? = null)