interface DecodeConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GroundStation.CfnConfig.DecodeConfigProperty |
Java | software.amazon.awscdk.services.groundstation.CfnConfig.DecodeConfigProperty |
Python | aws_cdk.aws_groundstation.CfnConfig.DecodeConfigProperty |
TypeScript | @aws-cdk/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 * as groundstation from '@aws-cdk/aws-groundstation';
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.