Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::GroundStation::Config AntennaUplinkConfig

Focus mode
AWS::GroundStation::Config AntennaUplinkConfig - AWS CloudFormation
Filter View

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

Syntax

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

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.