| 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.LookoutMetrics.Types.DetectedS3SourceConfig
Description
Documentation
data DetectedS3SourceConfig Source #
An inferred source configuration.
See: newDetectedS3SourceConfig smart constructor.
Constructors
| DetectedS3SourceConfig' | |
Fields
| |
Instances
newDetectedS3SourceConfig :: DetectedS3SourceConfig Source #
Create a value of DetectedS3SourceConfig 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:fileFormatDescriptor:DetectedS3SourceConfig', detectedS3SourceConfig_fileFormatDescriptor - The source's file format descriptor.
detectedS3SourceConfig_fileFormatDescriptor :: Lens' DetectedS3SourceConfig (Maybe DetectedFileFormatDescriptor) Source #
The source's file format descriptor.