| 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.TimeStreamWrite.Types.MagneticStoreRejectedDataLocation
Description
Documentation
data MagneticStoreRejectedDataLocation Source #
The location to write error reports for records rejected, asynchronously, during magnetic store writes.
See: newMagneticStoreRejectedDataLocation smart constructor.
Constructors
| MagneticStoreRejectedDataLocation' | |
Fields
| |
Instances
newMagneticStoreRejectedDataLocation :: MagneticStoreRejectedDataLocation Source #
Create a value of MagneticStoreRejectedDataLocation 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:MagneticStoreRejectedDataLocation', magneticStoreRejectedDataLocation_s3Configuration - Configuration of an S3 location to write error reports for records
rejected, asynchronously, during magnetic store writes.
magneticStoreRejectedDataLocation_s3Configuration :: Lens' MagneticStoreRejectedDataLocation (Maybe S3Configuration) Source #
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.