| 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.Glue.Types.ImportLabelsTaskRunProperties
Description
Synopsis
- data ImportLabelsTaskRunProperties = ImportLabelsTaskRunProperties' {}
- newImportLabelsTaskRunProperties :: ImportLabelsTaskRunProperties
- importLabelsTaskRunProperties_inputS3Path :: Lens' ImportLabelsTaskRunProperties (Maybe Text)
- importLabelsTaskRunProperties_replace :: Lens' ImportLabelsTaskRunProperties (Maybe Bool)
Documentation
data ImportLabelsTaskRunProperties Source #
Specifies configuration properties for an importing labels task run.
See: newImportLabelsTaskRunProperties smart constructor.
Constructors
| ImportLabelsTaskRunProperties' | |
Instances
newImportLabelsTaskRunProperties :: ImportLabelsTaskRunProperties Source #
Create a value of ImportLabelsTaskRunProperties 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:inputS3Path:ImportLabelsTaskRunProperties', importLabelsTaskRunProperties_inputS3Path - The Amazon Simple Storage Service (Amazon S3) path from where you will
import the labels.
$sel:replace:ImportLabelsTaskRunProperties', importLabelsTaskRunProperties_replace - Indicates whether to overwrite your existing labels.
importLabelsTaskRunProperties_inputS3Path :: Lens' ImportLabelsTaskRunProperties (Maybe Text) Source #
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
importLabelsTaskRunProperties_replace :: Lens' ImportLabelsTaskRunProperties (Maybe Bool) Source #
Indicates whether to overwrite your existing labels.