Interface CfnConfigPropsMixin.DemodulationConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigPropsMixin.DemodulationConfigProperty.Jsii$Proxy
Enclosing class:
CfnConfigPropsMixin

@Stability(Stable) public static interface CfnConfigPropsMixin.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.cfnpropertymixins.services.groundstation.*;
 DemodulationConfigProperty demodulationConfigProperty = DemodulationConfigProperty.builder()
         .unvalidatedJson("unvalidatedJson")
         .build();
 

See Also: