| 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.Property
Description
Synopsis
- data Property = Property' {}
- newProperty :: Property
- property_eoCloudCover :: Lens' Property (Maybe EoCloudCoverInput)
- property_landsatCloudCoverLand :: Lens' Property (Maybe LandsatCloudCoverLandInput)
- property_platform :: Lens' Property (Maybe PlatformInput)
- property_viewOffNadir :: Lens' Property (Maybe ViewOffNadirInput)
- property_viewSunAzimuth :: Lens' Property (Maybe ViewSunAzimuthInput)
- property_viewSunElevation :: Lens' Property (Maybe ViewSunElevationInput)
Documentation
See: newProperty smart constructor.
Constructors
| Property' | |
Instances
newProperty :: Property Source #
Create a value of Property 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:eoCloudCover:Property', property_eoCloudCover -
$sel:landsatCloudCoverLand:Property', property_landsatCloudCoverLand -
$sel:platform:Property', property_platform -
$sel:viewOffNadir:Property', property_viewOffNadir -
$sel:viewSunAzimuth:Property', property_viewSunAzimuth -
$sel:viewSunElevation:Property', property_viewSunElevation -