aws-cdk-lib.aws_groundstation.CfnConfig.DecodeConfigProperty

interface DecodeConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnConfig.DecodeConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_DecodeConfigProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnConfig.DecodeConfigProperty
Pythonaws_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

NameTypeDescription
unvalidatedJson?stringThe 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.