| 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.LabelsInputConfiguration
Description
Synopsis
- data LabelsInputConfiguration = LabelsInputConfiguration' {}
- newLabelsInputConfiguration :: LabelsInputConfiguration
- labelsInputConfiguration_labelGroupName :: Lens' LabelsInputConfiguration (Maybe Text)
- labelsInputConfiguration_s3InputConfiguration :: Lens' LabelsInputConfiguration (Maybe LabelsS3InputConfiguration)
Documentation
data LabelsInputConfiguration Source #
Contains the configuration information for the S3 location being used to hold label data.
See: newLabelsInputConfiguration smart constructor.
Constructors
| LabelsInputConfiguration' | |
Fields
| |
Instances
newLabelsInputConfiguration :: LabelsInputConfiguration Source #
Create a value of LabelsInputConfiguration 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:labelGroupName:LabelsInputConfiguration', labelsInputConfiguration_labelGroupName - The name of the label group to be used for label data.
$sel:s3InputConfiguration:LabelsInputConfiguration', labelsInputConfiguration_s3InputConfiguration - Contains location information for the S3 location being used for label
data.
labelsInputConfiguration_labelGroupName :: Lens' LabelsInputConfiguration (Maybe Text) Source #
The name of the label group to be used for label data.
labelsInputConfiguration_s3InputConfiguration :: Lens' LabelsInputConfiguration (Maybe LabelsS3InputConfiguration) Source #
Contains location information for the S3 location being used for label data.