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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfig.TrackingConfigProperty
static final class
An 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.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.- See Also:
-
builder
-