aws-cdk-lib.aws_groundstation.CfnConfig.DemodulationConfigProperty

interface DemodulationConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnConfig.DemodulationConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_DemodulationConfigProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnConfig.DemodulationConfigProperty
Pythonaws_cdk.aws_groundstation.CfnConfig.DemodulationConfigProperty
TypeScript aws-cdk-lib » aws_groundstation » CfnConfig » DemodulationConfigProperty

Defines demodulation 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 demodulationConfigProperty: groundstation.CfnConfig.DemodulationConfigProperty = {
  unvalidatedJson: 'unvalidatedJson',
};

Properties

NameTypeDescription
unvalidatedJson?stringThe demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.

unvalidatedJson?

Type: string (optional)

The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.