@Stability(value=Stable)
public static interface CfnConfig.UplinkEchoConfigProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.UplinkEchoConfigProperty.Builder
A builder for
CfnConfig.UplinkEchoConfigProperty |
static class |
CfnConfig.UplinkEchoConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.UplinkEchoConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.UplinkEchoConfigProperty.Builder |
builder() |
default String |
getAntennaUplinkConfigArn()
Defines the ARN of the uplink config to echo back to a dataflow endpoint.
|
default Object |
getEnabled()
Whether or not uplink echo is enabled.
|
@Stability(value=Stable) @Nullable default String getAntennaUplinkConfigArn()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnConfig.UplinkEchoConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.