| 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.LookoutEquipment.Types.IngestionInputConfiguration
Description
Documentation
data IngestionInputConfiguration Source #
Specifies configuration information for the input data for the data ingestion job, including input data S3 location.
See: newIngestionInputConfiguration smart constructor.
Constructors
| IngestionInputConfiguration' | |
Fields
| |
Instances
newIngestionInputConfiguration Source #
Arguments
| :: IngestionS3InputConfiguration | |
| -> IngestionInputConfiguration |
Create a value of IngestionInputConfiguration 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:s3InputConfiguration:IngestionInputConfiguration', ingestionInputConfiguration_s3InputConfiguration - The location information for the S3 bucket used for input data for the
data ingestion.
ingestionInputConfiguration_s3InputConfiguration :: Lens' IngestionInputConfiguration IngestionS3InputConfiguration Source #
The location information for the S3 bucket used for input data for the data ingestion.