aws-cdk-lib.aws_groundstation.CfnConfig.UplinkEchoConfigProperty

interface UplinkEchoConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnConfig.UplinkEchoConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_UplinkEchoConfigProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnConfig.UplinkEchoConfigProperty
Pythonaws_cdk.aws_groundstation.CfnConfig.UplinkEchoConfigProperty
TypeScript aws-cdk-lib » aws_groundstation » CfnConfig » UplinkEchoConfigProperty

Provides information about how AWS Ground Station should echo back uplink transmissions to a dataflow endpoint.

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 uplinkEchoConfigProperty: groundstation.CfnConfig.UplinkEchoConfigProperty = {
  antennaUplinkConfigArn: 'antennaUplinkConfigArn',
  enabled: false,
};

Properties

NameTypeDescription
antennaUplinkConfigArn?stringDefines the ARN of the uplink config to echo back to a dataflow endpoint.
enabled?boolean | IResolvableWhether or not uplink echo is enabled.

antennaUplinkConfigArn?

Type: string (optional)

Defines the ARN of the uplink config to echo back to a dataflow endpoint.


enabled?

Type: boolean | IResolvable (optional)

Whether or not uplink echo is enabled.