Interface CfnConfig.TrackingConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfig.TrackingConfigProperty.Jsii$Proxy
Enclosing class:
CfnConfig

@Stability(Stable) public static interface CfnConfig.TrackingConfigProperty extends software.amazon.jsii.JsiiSerializable
Provides information about how AWS Ground Station should track the satellite through the sky during a contact.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.groundstation.*;
 TrackingConfigProperty trackingConfigProperty = TrackingConfigProperty.builder()
         .autotrack("autotrack")
         .build();
 

See Also: