@Stability(value=Stable)
public static interface CfnConfig.FrequencyProperty
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.*;
FrequencyProperty frequencyProperty = FrequencyProperty.builder()
.units("units")
.value(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.FrequencyProperty.Builder
A builder for
CfnConfig.FrequencyProperty |
static class |
CfnConfig.FrequencyProperty.Jsii$Proxy
An implementation for
CfnConfig.FrequencyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.FrequencyProperty.Builder |
builder() |
default String |
getUnits()
The units of the frequency.
|
default Number |
getValue()
The value of the frequency.
|
@Stability(value=Stable) @Nullable default String getUnits()
@Stability(value=Stable) @Nullable default Number getValue()
Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
@Stability(value=Stable) static CfnConfig.FrequencyProperty.Builder builder()
Copyright © 2022. All rights reserved.