interface AntennaDownlinkConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GroundStation.CfnConfig.AntennaDownlinkConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_AntennaDownlinkConfigProperty |
Java | software.amazon.awscdk.services.groundstation.CfnConfig.AntennaDownlinkConfigProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
spectrum | IResolvable | Spectrum | Defines the spectrum configuration. |
spectrumConfig?
Type:
IResolvable
|
Spectrum
(optional)
Defines the spectrum configuration.