@Stability(value=Stable)
public static interface CfnConfig.DemodulationConfigProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.DemodulationConfigProperty.Builder
A builder for
CfnConfig.DemodulationConfigProperty |
static class |
CfnConfig.DemodulationConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.DemodulationConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.DemodulationConfigProperty.Builder |
builder() |
default String |
getUnvalidatedJson()
The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g.
|
@Stability(value=Stable) @Nullable default String getUnvalidatedJson()
@Stability(value=Stable) static CfnConfig.DemodulationConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.