| 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.LabelsInputConfiguration
Description
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 Source #
Arguments
| :: LabelsS3InputConfiguration | |
| -> LabelsInputConfiguration |
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:s3InputConfiguration:LabelsInputConfiguration', labelsInputConfiguration_s3InputConfiguration - Contains location information for the S3 location being used for label
data.
labelsInputConfiguration_s3InputConfiguration :: Lens' LabelsInputConfiguration LabelsS3InputConfiguration Source #
Contains location information for the S3 location being used for label data.