@Stability(value=Stable)
public static interface CfnConfig.DecodeConfigProperty
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.*;
DecodeConfigProperty decodeConfigProperty = DecodeConfigProperty.builder()
.unvalidatedJson("unvalidatedJson")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.DecodeConfigProperty.Builder
A builder for
CfnConfig.DecodeConfigProperty |
static class |
CfnConfig.DecodeConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.DecodeConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.DecodeConfigProperty.Builder |
builder() |
default String |
getUnvalidatedJson()
The decoding settings are in JSON format and define a set of steps to perform to decode the data.
|
@Stability(value=Stable) @Nullable default String getUnvalidatedJson()
@Stability(value=Stable) static CfnConfig.DecodeConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.