Interface CfnConfig.FrequencyBandwidthProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfig.FrequencyBandwidthProperty.Jsii$Proxy
- Enclosing class:
CfnConfig
@Stability(Stable)
public static interface CfnConfig.FrequencyBandwidthProperty
extends software.amazon.jsii.JsiiSerializable
Defines a bandwidth.
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.*; FrequencyBandwidthProperty frequencyBandwidthProperty = FrequencyBandwidthProperty.builder() .units("units") .value(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfig.FrequencyBandwidthProperty
static final class
An implementation forCfnConfig.FrequencyBandwidthProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnits
The units of the bandwidth.- See Also:
-
getValue
The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:.- For
AntennaDownlinkDemodDecodeconfig
, valid values are between 125 kHz to 650 MHz. - For
AntennaDownlinkconfig
, valid values are between 10 kHz to 54 MHz. - For
AntennaUplinkConfig
, valid values are between 10 kHz to 54 MHz.
- See Also:
- For
-
builder
-