interface DecodeConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GroundStation.Mixins.CfnConfigPropsMixin.DecodeConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsgroundstation/mixins#CfnConfigPropsMixin_DecodeConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.groundstation.mixins.CfnConfigPropsMixin.DecodeConfigProperty |
Python | aws_cdk.mixins_preview.aws_groundstation.mixins.CfnConfigPropsMixin.DecodeConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_groundstation » mixins » CfnConfigPropsMixin » 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 { mixins as groundstation_mixins } from '@aws-cdk/mixins-preview/aws-groundstation';
const decodeConfigProperty: groundstation_mixins.CfnConfigPropsMixin.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.

.NET
Go
Java
Python
TypeScript