Interface CfnConfig.FrequencyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfig.FrequencyProperty.Jsii$Proxy
- Enclosing class:
CfnConfig
@Stability(Stable)
public static interface CfnConfig.FrequencyProperty
extends software.amazon.jsii.JsiiSerializable
Defines a frequency.
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.*; FrequencyProperty frequencyProperty = FrequencyProperty.builder() .units("units") .value(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfig.FrequencyProperty
static final class
An implementation forCfnConfig.FrequencyProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnits
The units of the frequency.- See Also:
-
getValue
The value of the frequency.Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- See Also:
-
builder
-