class Aws::GroundStation::Types::SpectrumConfig

Object that describes a spectral `Config`.

@note When making an API call, you may pass SpectrumConfig

data as a hash:

    {
      bandwidth: { # required
        units: "GHz", # required, accepts GHz, MHz, kHz
        value: 1.0, # required
      },
      center_frequency: { # required
        units: "GHz", # required, accepts GHz, MHz, kHz
        value: 1.0, # required
      },
      polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
    }

@!attribute [rw] bandwidth

Bandwidth of a spectral `Config`. 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.
@return [Types::FrequencyBandwidth]

@!attribute [rw] center_frequency

Center frequency of a spectral `Config`. Valid values are between
2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120
MHz for uplink.
@return [Types::Frequency]

@!attribute [rw] polarization

Polarization of a spectral `Config`. Capturing both `"RIGHT_HAND"`
and `"LEFT_HAND"` polarization requires two separate configs.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SpectrumConfig AWS API Documentation

Constants

SENSITIVE