Interface CfnConfigPropsMixin.UplinkEchoConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigPropsMixin.UplinkEchoConfigProperty.Jsii$Proxy
Enclosing class:
CfnConfigPropsMixin

@Stability(Stable) public static interface CfnConfigPropsMixin.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.cfnpropertymixins.services.groundstation.*;
 UplinkEchoConfigProperty uplinkEchoConfigProperty = UplinkEchoConfigProperty.builder()
         .antennaUplinkConfigArn("antennaUplinkConfigArn")
         .enabled(false)
         .build();
 

See Also: