aws-cdk-lib.aws_groundstation.CfnConfig.FrequencyBandwidthProperty

interface FrequencyBandwidthProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnConfig.FrequencyBandwidthProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_FrequencyBandwidthProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnConfig.FrequencyBandwidthProperty
Pythonaws_cdk.aws_groundstation.CfnConfig.FrequencyBandwidthProperty
TypeScript 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

NameTypeDescription
units?stringThe units of the bandwidth.
value?numberThe 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.