| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration
Description
Documentation
data ErrorReportConfiguration Source #
Configuration required for error reporting.
See: newErrorReportConfiguration smart constructor.
Constructors
| ErrorReportConfiguration' | |
Fields
| |
Instances
newErrorReportConfiguration Source #
Arguments
| :: S3Configuration | |
| -> ErrorReportConfiguration |
Create a value of ErrorReportConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3Configuration:ErrorReportConfiguration', errorReportConfiguration_s3Configuration - The S3 configuration for the error reports.
errorReportConfiguration_s3Configuration :: Lens' ErrorReportConfiguration S3Configuration Source #
The S3 configuration for the error reports.