Package-level declarations
Types
Link copied to clipboard
Resource for managing an AWS Timestream Query Scheduled Query.
Link copied to clipboard
data class ScheduledQueryArgs(val errorReportConfiguration: Output<ScheduledQueryErrorReportConfigurationArgs>? = null, val executionRoleArn: Output<String>? = null, val kmsKeyId: Output<String>? = null, val lastRunSummaries: Output<List<ScheduledQueryLastRunSummaryArgs>>? = null, val name: Output<String>? = null, val notificationConfiguration: Output<ScheduledQueryNotificationConfigurationArgs>? = null, val queryString: Output<String>? = null, val recentlyFailedRuns: Output<List<ScheduledQueryRecentlyFailedRunArgs>>? = null, val scheduleConfiguration: Output<ScheduledQueryScheduleConfigurationArgs>? = null, val tags: Output<Map<String, String>>? = null, val targetConfiguration: Output<ScheduledQueryTargetConfigurationArgs>? = null, val timeouts: Output<ScheduledQueryTimeoutsArgs>? = null) : ConvertibleToJava<ScheduledQueryArgs>
Resource for managing an AWS Timestream Query Scheduled Query.
Link copied to clipboard
Builder for ScheduledQueryArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ScheduledQuery.
Functions
Link copied to clipboard
suspend fun scheduledQuery(name: String, block: suspend ScheduledQueryResourceBuilder.() -> Unit): ScheduledQuery