class Aws::GroundStation::Types::AntennaUplinkConfig

Information about the uplink `Config` of an antenna.

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

data as a hash:

    {
      spectrum_config: { # required
        center_frequency: { # required
          units: "GHz", # required, accepts GHz, MHz, kHz
          value: 1.0, # required
        },
        polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
      },
      target_eirp: { # required
        units: "dBW", # required, accepts dBW
        value: 1.0, # required
      },
      transmit_disabled: false,
    }

@!attribute [rw] spectrum_config

Information about the uplink spectral `Config`.
@return [Types::UplinkSpectrumConfig]

@!attribute [rw] target_eirp

EIRP of the target.
@return [Types::Eirp]

@!attribute [rw] transmit_disabled

Whether or not uplink transmit is disabled.
@return [Boolean]

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

Constants

SENSITIVE