s3Report Locations
suspend fun s3ReportLocations(value: Output<List<ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocationArgs>>)
suspend fun s3ReportLocations(value: List<ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocationArgs>?)
Parameters
value
S3 location where error reports are written.
suspend fun s3ReportLocations(vararg values: Output<ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocationArgs>)
suspend fun s3ReportLocations(values: List<Output<ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocationArgs>>)
suspend fun s3ReportLocations(vararg values: ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocationArgs)
Parameters
values
S3 location where error reports are written.
suspend fun s3ReportLocations(argument: List<suspend ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocationArgsBuilder.() -> Unit>)
suspend fun s3ReportLocations(vararg argument: suspend ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocationArgsBuilder.() -> Unit)
suspend fun s3ReportLocations(argument: suspend ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocationArgsBuilder.() -> Unit)
Parameters
argument
S3 location where error reports are written.