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

Provides information about how Amazon Ground Station should track the satellite through the sky during a contact.

Syntax

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

JSON

{ "Autotrack" : String }

YAML

Autotrack: String

Properties

Autotrack

Specifies whether or not to use autotrack. REMOVED specifies that program track should only be used during the contact. PREFERRED specifies that autotracking is preferred during the contact but fallback to program track if the signal is lost. REQUIRED specifies that autotracking is required during the contact and not to use program track if the signal is lost.

Required: No

Type: String

Allowed values: REQUIRED | PREFERRED | REMOVED

Update requires: No interruption

Examples

Create a TrackingConfig

The following example creates a Ground Station TrackingConfig

JSON

{ "TrackingConfig": { "Autotrack": "PREFERRED" } }

YAML

TrackingConfig: Autotrack: "PREFERRED"