ScheduledQueryErrorReportConfiguration constructor

const ScheduledQueryErrorReportConfiguration({
  1. required Input<ScheduledQueryErrorReportConfigurationS3Configuration> s3Configuration,
})

Creates a new ScheduledQueryErrorReportConfiguration. s3Configuration Configuration block for the S3 configuration for the error reports. See below.

Implementation

const ScheduledQueryErrorReportConfiguration({
  required this.s3Configuration,
});