aws-cdk-lib.aws_groundstation.CfnConfig.AntennaDownlinkDemodDecodeConfigProperty

interface AntennaDownlinkDemodDecodeConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnConfig.AntennaDownlinkDemodDecodeConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_AntennaDownlinkDemodDecodeConfigProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnConfig.AntennaDownlinkDemodDecodeConfigProperty
Pythonaws_cdk.aws_groundstation.CfnConfig.AntennaDownlinkDemodDecodeConfigProperty
TypeScript aws-cdk-lib » aws_groundstation » CfnConfig » AntennaDownlinkDemodDecodeConfigProperty

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

Use an antenna downlink demod decode config in a mission profile to receive the downlink data that has been demodulated and decoded.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_groundstation as groundstation } from 'aws-cdk-lib';
const antennaDownlinkDemodDecodeConfigProperty: groundstation.CfnConfig.AntennaDownlinkDemodDecodeConfigProperty = {
  decodeConfig: {
    unvalidatedJson: 'unvalidatedJson',
  },
  demodulationConfig: {
    unvalidatedJson: 'unvalidatedJson',
  },
  spectrumConfig: {
    bandwidth: {
      units: 'units',
      value: 123,
    },
    centerFrequency: {
      units: 'units',
      value: 123,
    },
    polarization: 'polarization',
  },
};

Properties

NameTypeDescription
decodeConfig?IResolvable | DecodeConfigPropertyDefines how the RF signal will be decoded.
demodulationConfig?IResolvable | DemodulationConfigPropertyDefines how the RF signal will be demodulated.
spectrumConfig?IResolvable | SpectrumConfigPropertyDefines the spectrum configuration.

decodeConfig?

Type: IResolvable | DecodeConfigProperty (optional)

Defines how the RF signal will be decoded.


demodulationConfig?

Type: IResolvable | DemodulationConfigProperty (optional)

Defines how the RF signal will be demodulated.


spectrumConfig?

Type: IResolvable | SpectrumConfigProperty (optional)

Defines the spectrum configuration.