Package-level declarations
Types
Link copied to clipboard
data class ScheduledQueryErrorReportConfiguration(val s3Configuration: ScheduledQueryErrorReportConfigurationS3Configuration)
Link copied to clipboard
data class ScheduledQueryErrorReportConfigurationS3Configuration(val bucketName: String, val encryptionOption: String? = null, val objectKeyPrefix: String? = null)
Link copied to clipboard
data class ScheduledQueryLastRunSummary(val errorReportLocations: List<ScheduledQueryLastRunSummaryErrorReportLocation>? = null, val executionStats: List<ScheduledQueryLastRunSummaryExecutionStat>? = null, val failureReason: String? = null, val invocationTime: String? = null, val queryInsightsResponses: List<ScheduledQueryLastRunSummaryQueryInsightsResponse>? = null, val runStatus: String? = null, val triggerTime: String? = null)
Link copied to clipboard
data class ScheduledQueryLastRunSummaryErrorReportLocation(val s3ReportLocations: List<ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocation>? = null)
Link copied to clipboard
data class ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocation(val bucketName: String? = null, val objectKey: String? = null)
Link copied to clipboard
Link copied to clipboard
data class ScheduledQueryLastRunSummaryQueryInsightsResponse(val outputBytes: Int? = null, val outputRows: Int? = null, val querySpatialCoverages: List<ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverage>? = null, val queryTableCount: Int? = null, val queryTemporalRanges: List<ScheduledQueryLastRunSummaryQueryInsightsResponseQueryTemporalRange>? = null)
Link copied to clipboard
Link copied to clipboard
data class ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverageMaxis(val partitionKeys: List<String>? = null, val tableArn: String? = null, val value: Double? = null)
Link copied to clipboard
Link copied to clipboard
data class ScheduledQueryLastRunSummaryQueryInsightsResponseQueryTemporalRangeMaxis(val tableArn: String? = null, val value: Int? = null)
Link copied to clipboard
data class ScheduledQueryNotificationConfiguration(val snsConfiguration: ScheduledQueryNotificationConfigurationSnsConfiguration)
Link copied to clipboard
Link copied to clipboard
data class ScheduledQueryRecentlyFailedRun(val errorReportLocations: List<ScheduledQueryRecentlyFailedRunErrorReportLocation>? = null, val executionStats: List<ScheduledQueryRecentlyFailedRunExecutionStat>? = null, val failureReason: String? = null, val invocationTime: String? = null, val queryInsightsResponses: List<ScheduledQueryRecentlyFailedRunQueryInsightsResponse>? = null, val runStatus: String? = null, val triggerTime: String? = null)
Link copied to clipboard
data class ScheduledQueryRecentlyFailedRunErrorReportLocation(val s3ReportLocations: List<ScheduledQueryRecentlyFailedRunErrorReportLocationS3ReportLocation>? = null)
Link copied to clipboard
data class ScheduledQueryRecentlyFailedRunErrorReportLocationS3ReportLocation(val bucketName: String? = null, val objectKey: String? = null)
Link copied to clipboard
Link copied to clipboard
data class ScheduledQueryRecentlyFailedRunQueryInsightsResponse(val outputBytes: Int? = null, val outputRows: Int? = null, val querySpatialCoverages: List<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverage>? = null, val queryTableCount: Int? = null, val queryTemporalRanges: List<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRange>? = null)
Link copied to clipboard
Link copied to clipboard
data class ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverageMaxis(val partitionKeys: List<String>? = null, val tableArn: String? = null, val value: Double? = null)
Link copied to clipboard
Link copied to clipboard
data class ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRangeMaxis(val tableArn: String? = null, val value: Int? = null)
Link copied to clipboard
Link copied to clipboard
data class ScheduledQueryTargetConfiguration(val timestreamConfiguration: ScheduledQueryTargetConfigurationTimestreamConfiguration? = null)
Link copied to clipboard
data class ScheduledQueryTargetConfigurationTimestreamConfiguration(val databaseName: String, val dimensionMappings: List<ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMapping>? = null, val measureNameColumn: String? = null, val mixedMeasureMappings: List<ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMapping>? = null, val multiMeasureMappings: ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings? = null, val tableName: String, val timeColumn: String)
Link copied to clipboard
data class ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMapping(val dimensionValueType: String, val name: String)
Link copied to clipboard
data class ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMapping(val measureName: String? = null, val measureValueType: String, val multiMeasureAttributeMappings: List<ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMappingMultiMeasureAttributeMapping>? = null, val sourceColumn: String? = null, val targetMeasureName: String? = null)
Link copied to clipboard
data class ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMappingMultiMeasureAttributeMapping(val measureValueType: String, val sourceColumn: String, val targetMultiMeasureAttributeName: String? = null)
Link copied to clipboard
data class ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings(val multiMeasureAttributeMappings: List<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping>? = null, val targetMultiMeasureName: String? = null)
Link copied to clipboard
data class ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping(val measureValueType: String, val sourceColumn: String, val targetMultiMeasureAttributeName: String? = null)
Link copied to clipboard
data class ScheduledQueryTimeouts(val create: String? = null, val delete: String? = null, val update: String? = null)