AWS::GroundStation::Config FrequencyBandwidth
Defines a bandwidth.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Units
-
The units of the bandwidth.
Required: No
Type: String
Allowed values:
GHz | MHz | kHz
Update requires: No interruption
Value
-
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.
Required: No
Type: Number
Update requires: No interruption
-
Examples
Create a Bandwidth
The following example creates a Ground Station Bandwidth
JSON
{ "Bandwidth": { "Value": 30, "Units": "MHz" }, }
YAML
Bandwidth: Value: 30 Units: MHz