Interface CfnConfig.SpectrumConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfig.SpectrumConfigProperty.Jsii$Proxy
Enclosing class:
CfnConfig

@Stability(Stable) public static interface CfnConfig.SpectrumConfigProperty extends software.amazon.jsii.JsiiSerializable
Defines a spectrum.

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.*;
 SpectrumConfigProperty spectrumConfigProperty = SpectrumConfigProperty.builder()
         .bandwidth(FrequencyBandwidthProperty.builder()
                 .units("units")
                 .value(123)
                 .build())
         .centerFrequency(FrequencyProperty.builder()
                 .units("units")
                 .value(123)
                 .build())
         .polarization("polarization")
         .build();
 
  • Method Details

    • getBandwidth

      @Stability(Stable) @Nullable default Object getBandwidth()
      The bandwidth of the spectrum. 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.
    • getCenterFrequency

      @Stability(Stable) @Nullable default Object getCenterFrequency()
      The center frequency of the spectrum.

      Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.

    • getPolarization

      @Stability(Stable) @Nullable default String getPolarization()
      The polarization of the spectrum.

      Valid values are "RIGHT_HAND" and "LEFT_HAND" . Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.

    • builder

      @Stability(Stable) static CfnConfig.SpectrumConfigProperty.Builder builder()
      Returns:
      a CfnConfig.SpectrumConfigProperty.Builder of CfnConfig.SpectrumConfigProperty