| 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.SageMakerGeoSpatial.Types.MapMatchingConfig
Description
Synopsis
- data MapMatchingConfig = MapMatchingConfig' {}
- newMapMatchingConfig :: Text -> Text -> Text -> Text -> MapMatchingConfig
- mapMatchingConfig_idAttributeName :: Lens' MapMatchingConfig Text
- mapMatchingConfig_timestampAttributeName :: Lens' MapMatchingConfig Text
- mapMatchingConfig_xAttributeName :: Lens' MapMatchingConfig Text
- mapMatchingConfig_yAttributeName :: Lens' MapMatchingConfig Text
Documentation
data MapMatchingConfig Source #
See: newMapMatchingConfig smart constructor.
Constructors
| MapMatchingConfig' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> MapMatchingConfig |
Create a value of MapMatchingConfig 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:idAttributeName:MapMatchingConfig', mapMatchingConfig_idAttributeName -
$sel:timestampAttributeName:MapMatchingConfig', mapMatchingConfig_timestampAttributeName - The name of the timestamp attribute.
$sel:xAttributeName:MapMatchingConfig', mapMatchingConfig_xAttributeName - The name of the X-attribute
$sel:yAttributeName:MapMatchingConfig', mapMatchingConfig_yAttributeName - The name of the Y-attribute
mapMatchingConfig_timestampAttributeName :: Lens' MapMatchingConfig Text Source #
The name of the timestamp attribute.
mapMatchingConfig_xAttributeName :: Lens' MapMatchingConfig Text Source #
The name of the X-attribute
mapMatchingConfig_yAttributeName :: Lens' MapMatchingConfig Text Source #
The name of the Y-attribute