interface UplinkEchoConfigProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GroundStation.CfnConfig.UplinkEchoConfigProperty |
![]() | software.amazon.awscdk.services.groundstation.CfnConfig.UplinkEchoConfigProperty |
![]() | aws_cdk.aws_groundstation.CfnConfig.UplinkEchoConfigProperty |
![]() | @aws-cdk/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 * as groundstation from '@aws-cdk/aws-groundstation';
const uplinkEchoConfigProperty: groundstation.CfnConfig.UplinkEchoConfigProperty = {
antennaUplinkConfigArn: 'antennaUplinkConfigArn',
enabled: false,
};
Properties
Name | Type | Description |
---|---|---|
antenna | string | Defines the ARN of the uplink config to echo back to a dataflow endpoint. |
enabled? | boolean | IResolvable | Whether 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.