@Stability(value=Stable)
public static interface CfnConfig.AntennaUplinkConfigProperty
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.*;
AntennaUplinkConfigProperty antennaUplinkConfigProperty = AntennaUplinkConfigProperty.builder()
.spectrumConfig(UplinkSpectrumConfigProperty.builder()
.centerFrequency(FrequencyProperty.builder()
.units("units")
.value(123)
.build())
.polarization("polarization")
.build())
.targetEirp(EirpProperty.builder()
.units("units")
.value(123)
.build())
.transmitDisabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.AntennaUplinkConfigProperty.Builder
A builder for
CfnConfig.AntennaUplinkConfigProperty |
static class |
CfnConfig.AntennaUplinkConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.AntennaUplinkConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.AntennaUplinkConfigProperty.Builder |
builder() |
default Object |
getSpectrumConfig()
Defines the spectrum configuration.
|
default Object |
getTargetEirp()
The equivalent isotropically radiated power (EIRP) to use for uplink transmissions.
|
default Object |
getTransmitDisabled()
Whether or not uplink transmit is disabled.
|
@Stability(value=Stable) @Nullable default Object getSpectrumConfig()
@Stability(value=Stable) @Nullable default Object getTargetEirp()
Valid values are between 20.0 to 50.0 dBW.
@Stability(value=Stable) @Nullable default Object getTransmitDisabled()
@Stability(value=Stable) static CfnConfig.AntennaUplinkConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.