Interface CfnConfig.UplinkEchoConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfig.UplinkEchoConfigProperty.Jsii$Proxy
- Enclosing class:
- CfnConfig
@Stability(Stable)
public static interface CfnConfig.UplinkEchoConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.groundstation.*;
UplinkEchoConfigProperty uplinkEchoConfigProperty = UplinkEchoConfigProperty.builder()
.antennaUplinkConfigArn("antennaUplinkConfigArn")
.enabled(false)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfig.UplinkEchoConfigPropertystatic final classAn implementation forCfnConfig.UplinkEchoConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAntennaUplinkConfigArn
Defines the ARN of the uplink config to echo back to a dataflow endpoint. -
getEnabled
Whether or not uplink echo is enabled. -
builder
-