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

Provides information about how AWS Ground Station should configure an antenna for downlink during a contact. Use an antenna downlink config in a mission profile to receive the downlink data in raw DigIF format.

Syntax

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

Properties

SpectrumConfig

Defines the spectrum configuration.

Required: No

Type: SpectrumConfig

Update requires: No interruption

Examples

Create an AntennaDownlinkConfig

The following example creates a Ground Station AntennaDownlinkConfig

JSON

{ "AntennaDownlinkConfig": { "SpectrumConfig": { "CenterFrequency": { "Value": 7812, "Units": "MHz" }, "Bandwidth": { "Value": 30, "Units": "MHz" }, "Polarization": "RIGHT_HAND" } } }

YAML

AntennaDownlinkConfig: SpectrumConfig: CenterFrequency: Value: 7812 Units: MHz Bandwidth: Value: 30 Units: MHz Polarization: RIGHT_HAND