interface DecodeConfigProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.GroundStation.CfnConfig.DecodeConfigProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_DecodeConfigProperty | 
|  Java | software.amazon.awscdk.services.groundstation.CfnConfig.DecodeConfigProperty | 
|  Python | aws_cdk.aws_groundstation.CfnConfig.DecodeConfigProperty | 
|  TypeScript | aws-cdk-lib»aws_groundstation»CfnConfig»DecodeConfigProperty | 
Defines decoding settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_groundstation as groundstation } from 'aws-cdk-lib';
const decodeConfigProperty: groundstation.CfnConfig.DecodeConfigProperty = {
  unvalidatedJson: 'unvalidatedJson',
};
Properties
| Name | Type | Description | 
|---|---|---|
| unvalidated | string | The decoding settings are in JSON format and define a set of steps to perform to decode the data. | 
unvalidatedJson?
Type:
string
(optional)
The decoding settings are in JSON format and define a set of steps to perform to decode the data.
