AWS::GroundStation::Config FrequencyBandwidth - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::GroundStation::Config FrequencyBandwidth

Defines a bandwidth.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Units" : String, "Value" : Number }

YAML

Units: String Value: Number

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