| 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.GroundStation.Types.TrackingConfig
Description
Synopsis
Documentation
data TrackingConfig Source #
Object that determines whether tracking should be used during a contact
executed with this Config in the mission profile.
See: newTrackingConfig smart constructor.
Constructors
| TrackingConfig' | |
Fields
| |
Instances
Arguments
| :: Criticality | |
| -> TrackingConfig |
Create a value of TrackingConfig 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:autotrack:TrackingConfig', trackingConfig_autotrack - Current setting for autotrack.
trackingConfig_autotrack :: Lens' TrackingConfig Criticality Source #
Current setting for autotrack.