| 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.SampleDataS3SourceConfig
Description
Synopsis
- data SampleDataS3SourceConfig = SampleDataS3SourceConfig' {}
- newSampleDataS3SourceConfig :: Text -> FileFormatDescriptor -> SampleDataS3SourceConfig
- sampleDataS3SourceConfig_historicalDataPathList :: Lens' SampleDataS3SourceConfig (Maybe (NonEmpty Text))
- sampleDataS3SourceConfig_templatedPathList :: Lens' SampleDataS3SourceConfig (Maybe (NonEmpty Text))
- sampleDataS3SourceConfig_roleArn :: Lens' SampleDataS3SourceConfig Text
- sampleDataS3SourceConfig_fileFormatDescriptor :: Lens' SampleDataS3SourceConfig FileFormatDescriptor
Documentation
data SampleDataS3SourceConfig Source #
Contains information about the source configuration in Amazon S3.
See: newSampleDataS3SourceConfig smart constructor.
Constructors
| SampleDataS3SourceConfig' | |
Fields
| |
Instances
newSampleDataS3SourceConfig Source #
Arguments
| :: Text | |
| -> FileFormatDescriptor | |
| -> SampleDataS3SourceConfig |
Create a value of SampleDataS3SourceConfig 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:historicalDataPathList:SampleDataS3SourceConfig', sampleDataS3SourceConfig_historicalDataPathList - An array of strings containing the historical set of data paths.
$sel:templatedPathList:SampleDataS3SourceConfig', sampleDataS3SourceConfig_templatedPathList - An array of strings containing the list of templated paths.
$sel:roleArn:SampleDataS3SourceConfig', sampleDataS3SourceConfig_roleArn - The Amazon Resource Name (ARN) of the role.
$sel:fileFormatDescriptor:SampleDataS3SourceConfig', sampleDataS3SourceConfig_fileFormatDescriptor - Undocumented member.
sampleDataS3SourceConfig_historicalDataPathList :: Lens' SampleDataS3SourceConfig (Maybe (NonEmpty Text)) Source #
An array of strings containing the historical set of data paths.
sampleDataS3SourceConfig_templatedPathList :: Lens' SampleDataS3SourceConfig (Maybe (NonEmpty Text)) Source #
An array of strings containing the list of templated paths.
sampleDataS3SourceConfig_roleArn :: Lens' SampleDataS3SourceConfig Text Source #
The Amazon Resource Name (ARN) of the role.
sampleDataS3SourceConfig_fileFormatDescriptor :: Lens' SampleDataS3SourceConfig FileFormatDescriptor Source #
Undocumented member.