@Stability(value=Stable)
public static interface CfnConfig.FrequencyBandwidthProperty
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.*;
FrequencyBandwidthProperty frequencyBandwidthProperty = FrequencyBandwidthProperty.builder()
.units("units")
.value(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.FrequencyBandwidthProperty.Builder
A builder for
CfnConfig.FrequencyBandwidthProperty |
static class |
CfnConfig.FrequencyBandwidthProperty.Jsii$Proxy
An implementation for
CfnConfig.FrequencyBandwidthProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.FrequencyBandwidthProperty.Builder |
builder() |
default String |
getUnits()
The units of the bandwidth.
|
default Number |
getValue()
The value of the bandwidth.
|
@Stability(value=Stable) @Nullable default String getUnits()
@Stability(value=Stable) @Nullable default Number getValue()
AntennaDownlinkDemodDecodeconfig , valid values are between 125 kHz to 650 MHz.AntennaDownlinkconfig , valid values are between 10 kHz to 54 MHz.AntennaUplinkConfig , valid values are between 10 kHz to 54 MHz.@Stability(value=Stable) static CfnConfig.FrequencyBandwidthProperty.Builder builder()
Copyright © 2022. All rights reserved.