Scheduled Query Args
constructor(errorReportConfiguration: Output<ScheduledQueryErrorReportConfigurationArgs>? = null, executionRoleArn: Output<String>? = null, kmsKeyId: Output<String>? = null, lastRunSummaries: Output<List<ScheduledQueryLastRunSummaryArgs>>? = null, name: Output<String>? = null, notificationConfiguration: Output<ScheduledQueryNotificationConfigurationArgs>? = null, queryString: Output<String>? = null, recentlyFailedRuns: Output<List<ScheduledQueryRecentlyFailedRunArgs>>? = null, scheduleConfiguration: Output<ScheduledQueryScheduleConfigurationArgs>? = null, tags: Output<Map<String, String>>? = null, targetConfiguration: Output<ScheduledQueryTargetConfigurationArgs>? = null, timeouts: Output<ScheduledQueryTimeoutsArgs>? = null)