Class CfnConfig.SpectrumConfigProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.groundstation.CfnConfig.SpectrumConfigProperty.Jsii$Proxy
All Implemented Interfaces:
CfnConfig.SpectrumConfigProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnConfig.SpectrumConfigProperty

@Stability(Stable) @Internal public static final class CfnConfig.SpectrumConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfig.SpectrumConfigProperty
An implementation for CfnConfig.SpectrumConfigProperty
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnConfig.SpectrumConfigProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnConfig.SpectrumConfigProperty.Builder.
  • Method Details

    • getBandwidth

      public final Object getBandwidth()
      Description copied from interface: CfnConfig.SpectrumConfigProperty
      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.
      Specified by:
      getBandwidth in interface CfnConfig.SpectrumConfigProperty
    • getCenterFrequency

      public final Object getCenterFrequency()
      Description copied from interface: CfnConfig.SpectrumConfigProperty
      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.

      Specified by:
      getCenterFrequency in interface CfnConfig.SpectrumConfigProperty
    • getPolarization

      public final String getPolarization()
      Description copied from interface: CfnConfig.SpectrumConfigProperty
      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.

      Specified by:
      getPolarization in interface CfnConfig.SpectrumConfigProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object