Scheduled Query Args
data class ScheduledQueryArgs(val clientToken: Output<String>? = null, val errorReportConfiguration: Output<ScheduledQueryErrorReportConfigurationArgs>? = null, val kmsKeyId: Output<String>? = null, val notificationConfiguration: Output<ScheduledQueryNotificationConfigurationArgs>? = null, val queryString: Output<String>? = null, val scheduleConfiguration: Output<ScheduledQueryScheduleConfigurationArgs>? = null, val scheduledQueryExecutionRoleArn: Output<String>? = null, val scheduledQueryName: Output<String>? = null, val tags: Output<List<ScheduledQueryTagArgs>>? = null, val targetConfiguration: Output<ScheduledQueryTargetConfigurationArgs>? = null) : ConvertibleToJava<ScheduledQueryArgs>
The AWS::Timestream::ScheduledQuery resource creates a Timestream Scheduled Query.
Constructors
Link copied to clipboard
fun ScheduledQueryArgs(clientToken: Output<String>? = null, errorReportConfiguration: Output<ScheduledQueryErrorReportConfigurationArgs>? = null, kmsKeyId: Output<String>? = null, notificationConfiguration: Output<ScheduledQueryNotificationConfigurationArgs>? = null, queryString: Output<String>? = null, scheduleConfiguration: Output<ScheduledQueryScheduleConfigurationArgs>? = null, scheduledQueryExecutionRoleArn: Output<String>? = null, scheduledQueryName: Output<String>? = null, tags: Output<List<ScheduledQueryTagArgs>>? = null, targetConfiguration: Output<ScheduledQueryTargetConfigurationArgs>? = null)