@Stability(value=Stable)
public static interface CfnConfig.UplinkSpectrumConfigProperty
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.*;
UplinkSpectrumConfigProperty uplinkSpectrumConfigProperty = UplinkSpectrumConfigProperty.builder()
.centerFrequency(FrequencyProperty.builder()
.units("units")
.value(123)
.build())
.polarization("polarization")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.UplinkSpectrumConfigProperty.Builder
A builder for
CfnConfig.UplinkSpectrumConfigProperty |
static class |
CfnConfig.UplinkSpectrumConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.UplinkSpectrumConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.UplinkSpectrumConfigProperty.Builder |
builder() |
default Object |
getCenterFrequency()
The center frequency of the spectrum.
|
default String |
getPolarization()
The polarization of the spectrum.
|
@Stability(value=Stable) @Nullable default Object getCenterFrequency()
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) @Nullable default String getPolarization()
Valid values are "RIGHT_HAND" and "LEFT_HAND" .
@Stability(value=Stable) static CfnConfig.UplinkSpectrumConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.