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();
 
  • Method Details

    • getAutotrack

      @Stability(Stable) @Nullable default String getAutotrack()
      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.

    • builder

      @Stability(Stable) static CfnConfig.TrackingConfigProperty.Builder builder()
      Returns:
      a CfnConfig.TrackingConfigProperty.Builder of CfnConfig.TrackingConfigProperty