AWS::GroundStation::Config FrequencyBandwidth - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::GroundStation::Config FrequencyBandwidth

Defines a bandwidth.

Syntax

To declare this entity in your Amazon 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. Amazon 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