public static interface CfnConfig.AntennaDownlinkConfigProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfig.AntennaDownlinkConfigProperty.Builder
A builder for
CfnConfig.AntennaDownlinkConfigProperty |
static class |
CfnConfig.AntennaDownlinkConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.AntennaDownlinkConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConfig.AntennaDownlinkConfigProperty.Builder |
builder() |
default java.lang.Object |
getSpectrumConfig()
Defines the spectrum configuration.
|
default java.lang.Object getSpectrumConfig()
static CfnConfig.AntennaDownlinkConfigProperty.Builder builder()