| 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.LabelsS3InputConfiguration
Description
Documentation
data LabelsS3InputConfiguration Source #
The location information (prefix and bucket name) for the s3 location being used for label data.
See: newLabelsS3InputConfiguration smart constructor.
Constructors
| LabelsS3InputConfiguration' | |
Instances
newLabelsS3InputConfiguration Source #
Create a value of LabelsS3InputConfiguration 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:LabelsS3InputConfiguration', labelsS3InputConfiguration_prefix - The prefix for the S3 bucket used for the label data.
$sel:bucket:LabelsS3InputConfiguration', labelsS3InputConfiguration_bucket - The name of the S3 bucket holding the label data.
labelsS3InputConfiguration_prefix :: Lens' LabelsS3InputConfiguration (Maybe Text) Source #
The prefix for the S3 bucket used for the label data.
labelsS3InputConfiguration_bucket :: Lens' LabelsS3InputConfiguration Text Source #
The name of the S3 bucket holding the label data.