ConfigSpectrumConfigArgs

data class ConfigSpectrumConfigArgs(val bandwidth: Output<ConfigFrequencyBandwidthArgs>? = null, val centerFrequency: Output<ConfigFrequencyArgs>? = null, val polarization: Output<ConfigPolarization>? = null) : ConvertibleToJava<ConfigSpectrumConfigArgs>

Constructors

Link copied to clipboard
constructor(bandwidth: Output<ConfigFrequencyBandwidthArgs>? = null, centerFrequency: Output<ConfigFrequencyArgs>? = null, polarization: Output<ConfigPolarization>? = null)

Properties

Link copied to clipboard

The bandwidth of the spectrum. AWS Ground Station currently has the following bandwidth limitations:

Link copied to clipboard

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.

Link copied to clipboard
val polarization: Output<ConfigPolarization>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ConfigSpectrumConfigArgs