ScheduledQueryArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): ScheduledQueryArgs

Properties

Link copied to clipboard
val clientToken: Output<String>? = null
Link copied to clipboard
val kmsKeyId: Output<String>? = null
Link copied to clipboard
val queryString: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val scheduledQueryName: Output<String>? = null
Link copied to clipboard
val tags: Output<List<ScheduledQueryTagArgs>>? = null
Link copied to clipboard