Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration
Description
Synopsis
- data IngestionS3InputConfiguration = IngestionS3InputConfiguration' {}
- newIngestionS3InputConfiguration :: Text -> IngestionS3InputConfiguration
- ingestionS3InputConfiguration_prefix :: Lens' IngestionS3InputConfiguration (Maybe Text)
- ingestionS3InputConfiguration_bucket :: Lens' IngestionS3InputConfiguration Text
Documentation
data IngestionS3InputConfiguration Source #
Specifies S3 configuration information for the input data for the data ingestion job.
See: newIngestionS3InputConfiguration
smart constructor.
Constructors
IngestionS3InputConfiguration' | |
Instances
newIngestionS3InputConfiguration Source #
Create a value of IngestionS3InputConfiguration
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:prefix:IngestionS3InputConfiguration'
, ingestionS3InputConfiguration_prefix
- The prefix for the S3 location being used for the input data for the
data ingestion.
$sel:bucket:IngestionS3InputConfiguration'
, ingestionS3InputConfiguration_bucket
- The name of the S3 bucket used for the input data for the data
ingestion.
ingestionS3InputConfiguration_prefix :: Lens' IngestionS3InputConfiguration (Maybe Text) Source #
The prefix for the S3 location being used for the input data for the data ingestion.
ingestionS3InputConfiguration_bucket :: Lens' IngestionS3InputConfiguration Text Source #
The name of the S3 bucket used for the input data for the data ingestion.