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();
 

See Also: