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

Provides information about how Amazon 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 Amazon 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