Show / Hide Table of Contents

Class CfnConfigPropsMixin.DemodulationConfigProperty

Defines demodulation settings.

Inheritance
object
CfnConfigPropsMixin.DemodulationConfigProperty
Implements
CfnConfigPropsMixin.IDemodulationConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.GroundStation
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConfigPropsMixin.DemodulationConfigProperty : CfnConfigPropsMixin.IDemodulationConfigProperty
Syntax (vb)
Public Class CfnConfigPropsMixin.DemodulationConfigProperty Implements CfnConfigPropsMixin.IDemodulationConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-demodulationconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.GroundStation;

             var demodulationConfigProperty = new DemodulationConfigProperty {
                 UnvalidatedJson = "unvalidatedJson"
             };

Synopsis

Constructors

DemodulationConfigProperty()

Defines demodulation settings.

Properties

UnvalidatedJson

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.

Constructors

DemodulationConfigProperty()

Defines demodulation settings.

public DemodulationConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-demodulationconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.GroundStation;

             var demodulationConfigProperty = new DemodulationConfigProperty {
                 UnvalidatedJson = "unvalidatedJson"
             };

Properties

UnvalidatedJson

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.

public string? UnvalidatedJson { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-demodulationconfig.html#cfn-groundstation-config-demodulationconfig-unvalidatedjson

Implements

CfnConfigPropsMixin.IDemodulationConfigProperty
Back to top Generated by DocFX