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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfig.TrackingConfigPropertystatic final classAn implementation forCfnConfig.TrackingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAutotrack
Specifies whether or not to use autotrack.REMOVEDspecifies that program track should only be used during the contact.PREFERREDspecifies that autotracking is preferred during the contact but fallback to program track if the signal is lost.REQUIREDspecifies that autotracking is required during the contact and not to use program track if the signal is lost. -
builder
-