class Aws::GroundStation::Types::AntennaDownlinkConfig

Information about how AWS Ground Station should configure an antenna for downlink during a contact.

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

data as a hash:

    {
      spectrum_config: { # required
        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] spectrum_config

Object that describes a spectral `Config`.
@return [Types::SpectrumConfig]

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

Constants

SENSITIVE