| 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.FrequencyBandwidth
Description
Documentation
data FrequencyBandwidth Source #
Object that describes the frequency bandwidth.
See: newFrequencyBandwidth smart constructor.
Constructors
| FrequencyBandwidth' | |
Fields
| |
Instances
newFrequencyBandwidth Source #
Arguments
| :: BandwidthUnits | |
| -> Double | |
| -> FrequencyBandwidth |
Create a value of FrequencyBandwidth 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:units:FrequencyBandwidth', frequencyBandwidth_units - Frequency bandwidth units.
$sel:value:FrequencyBandwidth', frequencyBandwidth_value - Frequency bandwidth value. AWS Ground Station currently has the
following bandwidth limitations:
- For
AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz. - For
AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz. - For
AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
frequencyBandwidth_units :: Lens' FrequencyBandwidth BandwidthUnits Source #
Frequency bandwidth units.
frequencyBandwidth_value :: Lens' FrequencyBandwidth Double Source #
Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:
- For
AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz. - For
AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz. - For
AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.