class Aws::GroundStation::Types::AntennaDownlinkDemodDecodeConfig

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

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

data as a hash:

    {
      decode_config: { # required
        unvalidated_json: "JsonString", # required
      },
      demodulation_config: { # required
        unvalidated_json: "JsonString", # required
      },
      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] decode_config

Information about the decode `Config`.
@return [Types::DecodeConfig]

@!attribute [rw] demodulation_config

Information about the demodulation `Config`.
@return [Types::DemodulationConfig]

@!attribute [rw] spectrum_config

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

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

Constants

SENSITIVE