Interface CfnConfig.DemodulationConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfig.DemodulationConfigProperty.Jsii$Proxy
- Enclosing class:
CfnConfig
@Stability(Stable)
public static interface CfnConfig.DemodulationConfigProperty
extends software.amazon.jsii.JsiiSerializable
Defines demodulation settings.
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.*; DemodulationConfigProperty demodulationConfigProperty = DemodulationConfigProperty.builder() .unvalidatedJson("unvalidatedJson") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfig.DemodulationConfigProperty
static final class
An implementation forCfnConfig.DemodulationConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnvalidatedJson
The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.- See Also:
-
builder
-