Interface CfnConfig.DecodeConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfig.DecodeConfigProperty.Jsii$Proxy
- Enclosing class:
CfnConfig
@Stability(Stable)
public static interface CfnConfig.DecodeConfigProperty
extends software.amazon.jsii.JsiiSerializable
Defines decoding 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.*; DecodeConfigProperty decodeConfigProperty = DecodeConfigProperty.builder() .unvalidatedJson("unvalidatedJson") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfig.DecodeConfigProperty
static final class
An implementation forCfnConfig.DecodeConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnvalidatedJson
The decoding settings are in JSON format and define a set of steps to perform to decode the data.- See Also:
-
builder
-