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