ScheduledQueryErrorReportConfigurationArgs

data class ScheduledQueryErrorReportConfigurationArgs(val s3Configuration: Output<ScheduledQueryS3ConfigurationArgs>) : ConvertibleToJava<ScheduledQueryErrorReportConfigurationArgs>

Configuration for error reporting. Error reports will be generated when a problem is encountered when writing the query results.

Constructors

constructor(s3Configuration: Output<ScheduledQueryS3ConfigurationArgs>)

Properties

Link copied to clipboard

The S3 configuration for the error reports.

Functions

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