interface FrequencyBandwidthProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GroundStation.CfnConfig.FrequencyBandwidthProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_FrequencyBandwidthProperty |
![]() | software.amazon.awscdk.services.groundstation.CfnConfig.FrequencyBandwidthProperty |
![]() | aws_cdk.aws_groundstation.CfnConfig.FrequencyBandwidthProperty |
![]() | aws-cdk-lib » aws_groundstation » CfnConfig » FrequencyBandwidthProperty |
Defines a bandwidth.
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 frequencyBandwidthProperty: groundstation.CfnConfig.FrequencyBandwidthProperty = {
units: 'units',
value: 123,
};
Properties
Name | Type | Description |
---|---|---|
units? | string | The units of the bandwidth. |
value? | number | The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:. |
units?
Type:
string
(optional)
The units of the bandwidth.
value?
Type:
number
(optional)
The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:.
- For
AntennaDownlinkDemodDecodeconfig
, valid values are between 125 kHz to 650 MHz. - For
AntennaDownlinkconfig
, valid values are between 10 kHz to 54 MHz. - For
AntennaUplinkConfig
, valid values are between 10 kHz to 54 MHz.