Interface CfnConfig.AntennaDownlinkConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfig.AntennaDownlinkConfigProperty.Jsii$Proxy
- Enclosing class:
CfnConfig
@Stability(Stable)
public static interface CfnConfig.AntennaDownlinkConfigProperty
extends software.amazon.jsii.JsiiSerializable
Provides information about how AWS Ground Station should configure an antenna for downlink during a contact.
Use an antenna downlink config in a mission profile to receive the downlink data in raw DigIF format.
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.*; AntennaDownlinkConfigProperty antennaDownlinkConfigProperty = AntennaDownlinkConfigProperty.builder() .spectrumConfig(SpectrumConfigProperty.builder() .bandwidth(FrequencyBandwidthProperty.builder() .units("units") .value(123) .build()) .centerFrequency(FrequencyProperty.builder() .units("units") .value(123) .build()) .polarization("polarization") .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfig.AntennaDownlinkConfigProperty
static final class
An implementation forCfnConfig.AntennaDownlinkConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSpectrumConfig
Defines the spectrum configuration.- See Also:
-
builder
-