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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfig.UplinkEchoConfigProperty
static final class
An 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.- See Also:
-
getEnabled
Whether or not uplink echo is enabled.- See Also:
-
builder
-