ConfigFrequencyBandwidthArgs

data class ConfigFrequencyBandwidthArgs(val units: Output<ConfigBandwidthUnits>? = null, val value: Output<Double>? = null) : ConvertibleToJava<ConfigFrequencyBandwidthArgs>

Constructors

Link copied to clipboard
constructor(units: Output<ConfigBandwidthUnits>? = null, value: Output<Double>? = null)

Properties

Link copied to clipboard
val units: Output<ConfigBandwidthUnits>? = null

The units of the bandwidth.

Link copied to clipboard
val value: Output<Double>? = null

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

Functions

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