AWS::GroundStation::Config AntennaUplinkConfig - 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 AntennaUplinkConfig

Provides information about how AWS Ground Station should configure an antenna for uplink during a contact.

Syntax

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

Properties

SpectrumConfig

Defines the spectrum configuration.

Required: No

Type: UplinkSpectrumConfig

Update requires: No interruption

TargetEirp

The equivalent isotropically radiated power (EIRP) to use for uplink transmissions. Valid values are between 20.0 to 50.0 dBW.

Required: No

Type: Eirp

Update requires: No interruption

TransmitDisabled

Whether or not uplink transmit is disabled.

Required: No

Type: Boolean

Update requires: No interruption

Examples

Create an AntennaUplinkConfig

The following example creates a Ground Station AntennaUplinkConfig

JSON

{ "AntennaUplinkConfig": { "SpectrumConfig": { "CenterFrequency": { "Value": 2072.5, "Units": "MHz" }, "Polarization": "RIGHT_HAND" }, "TargetEirp": { "Value": 20, "Units": "dBW" } } }

YAML

AntennaUplinkConfig: SpectrumConfig: CenterFrequency: Value: 2072.5 Units: MHz Polarization: RIGHT_HAND TargetEirp: Value: 20.0 Units: dBW