ConfigDataArgs

data class ConfigDataArgs(val antennaDownlinkConfig: Output<ConfigAntennaDownlinkConfigArgs>? = null, val antennaDownlinkDemodDecodeConfig: Output<ConfigAntennaDownlinkDemodDecodeConfigArgs>? = null, val antennaUplinkConfig: Output<ConfigAntennaUplinkConfigArgs>? = null, val dataflowEndpointConfig: Output<ConfigDataflowEndpointConfigArgs>? = null, val s3RecordingConfig: Output<ConfigS3RecordingConfigArgs>? = null, val trackingConfig: Output<ConfigTrackingConfigArgs>? = null, val uplinkEchoConfig: Output<ConfigUplinkEchoConfigArgs>? = null) : ConvertibleToJava<ConfigDataArgs>

Constructors

Link copied to clipboard
constructor(antennaDownlinkConfig: Output<ConfigAntennaDownlinkConfigArgs>? = null, antennaDownlinkDemodDecodeConfig: Output<ConfigAntennaDownlinkDemodDecodeConfigArgs>? = null, antennaUplinkConfig: Output<ConfigAntennaUplinkConfigArgs>? = null, dataflowEndpointConfig: Output<ConfigDataflowEndpointConfigArgs>? = null, s3RecordingConfig: Output<ConfigS3RecordingConfigArgs>? = null, trackingConfig: Output<ConfigTrackingConfigArgs>? = null, uplinkEchoConfig: Output<ConfigUplinkEchoConfigArgs>? = null)

Properties

Link copied to clipboard

Provides information for an antenna downlink config object. Antenna downlink config objects are used to provide parameters for downlinks where no demodulation or decoding is performed by Ground Station (RF over IP downlinks).

Link copied to clipboard

Provides information for a downlink demod decode config object. Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.

Link copied to clipboard

Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.

Link copied to clipboard

Provides information for a dataflow endpoint config object. Dataflow endpoint config objects are used to provide parameters about which IP endpoint(s) to use during a contact. Dataflow endpoints are where Ground Station sends data during a downlink contact and where Ground Station receives data to send to the satellite during an uplink contact.

Link copied to clipboard

Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.

Link copied to clipboard

Provides information for a tracking config object. Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.

Link copied to clipboard

Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.

Functions

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