@Stability(value=Stable)
public static interface CfnConfig.TrackingConfigProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.TrackingConfigProperty.Builder
A builder for
CfnConfig.TrackingConfigProperty |
static class |
CfnConfig.TrackingConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.TrackingConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.TrackingConfigProperty.Builder |
builder() |
default String |
getAutotrack()
Specifies whether or not to use autotrack.
|
@Stability(value=Stable) @Nullable default String getAutotrack()
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.
@Stability(value=Stable) static CfnConfig.TrackingConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.