aws-cdk-lib.aws_groundstation.CfnConfig.TrackingConfigProperty

interface TrackingConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnConfig.TrackingConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_TrackingConfigProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnConfig.TrackingConfigProperty
Pythonaws_cdk.aws_groundstation.CfnConfig.TrackingConfigProperty
TypeScript 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

NameTypeDescription
autotrack?stringSpecifies 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.