| 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.UplinkSpectrumConfig
Description
Documentation
data UplinkSpectrumConfig Source #
Information about the uplink spectral Config.
See: newUplinkSpectrumConfig smart constructor.
Constructors
| UplinkSpectrumConfig' | |
Fields
| |
Instances
newUplinkSpectrumConfig Source #
Create a value of UplinkSpectrumConfig 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:polarization:UplinkSpectrumConfig', uplinkSpectrumConfig_polarization - Polarization of an uplink spectral Config. Capturing both
"RIGHT_HAND" and "LEFT_HAND" polarization requires two separate
configs.
$sel:centerFrequency:UplinkSpectrumConfig', uplinkSpectrumConfig_centerFrequency - Center frequency of an uplink spectral Config. Valid values are
between 2025 to 2120 MHz.
uplinkSpectrumConfig_polarization :: Lens' UplinkSpectrumConfig (Maybe Polarization) Source #
Polarization of an uplink spectral Config. Capturing both
"RIGHT_HAND" and "LEFT_HAND" polarization requires two separate
configs.
uplinkSpectrumConfig_centerFrequency :: Lens' UplinkSpectrumConfig Frequency Source #
Center frequency of an uplink spectral Config. Valid values are
between 2025 to 2120 MHz.