aws-cdk-lib.aws_groundstation.CfnConfig.AntennaDownlinkConfigProperty

interface AntennaDownlinkConfigProperty

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

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

Use an antenna downlink config in a mission profile to receive the downlink data in raw DigIF format.

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 antennaDownlinkConfigProperty: groundstation.CfnConfig.AntennaDownlinkConfigProperty = {
  spectrumConfig: {
    bandwidth: {
      units: 'units',
      value: 123,
    },
    centerFrequency: {
      units: 'units',
      value: 123,
    },
    polarization: 'polarization',
  },
};

Properties

NameTypeDescription
spectrumConfig?IResolvable | SpectrumConfigPropertyDefines the spectrum configuration.

spectrumConfig?

Type: IResolvable | SpectrumConfigProperty (optional)

Defines the spectrum configuration.