interface TrackingConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GroundStation.CfnConfig.TrackingConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_TrackingConfigProperty |
![]() | software.amazon.awscdk.services.groundstation.CfnConfig.TrackingConfigProperty |
![]() | aws_cdk.aws_groundstation.CfnConfig.TrackingConfigProperty |
![]() | aws-cdk-lib » aws_groundstation » CfnConfig » TrackingConfigProperty |
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 { aws_groundstation as groundstation } from 'aws-cdk-lib';
const trackingConfigProperty: groundstation.CfnConfig.TrackingConfigProperty = {
autotrack: 'autotrack',
};
Properties
Name | Type | Description |
---|---|---|
autotrack? | string | Specifies whether or not to use autotrack. |
autotrack?
Type:
string
(optional)
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.