Show / Hide Table of Contents

Class CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty

Provides additional mapping information when JSON is the record format on the streaming source.

Inheritance
object
CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty
Implements
CfnApplicationReferenceDataSourcePropsMixin.IJSONMappingParametersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.KinesisAnalytics.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty : CfnApplicationReferenceDataSourcePropsMixin.IJSONMappingParametersProperty
Syntax (vb)
Public Class CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty Implements CfnApplicationReferenceDataSourcePropsMixin.IJSONMappingParametersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.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.Mixins.Preview.AWS.KinesisAnalytics.Mixins;

             var jSONMappingParametersProperty = new JSONMappingParametersProperty {
                 RecordRowPath = "recordRowPath"
             };

Synopsis

Constructors

JSONMappingParametersProperty()

Provides additional mapping information when JSON is the record format on the streaming source.

Properties

RecordRowPath

Path to the top-level parent that contains the records.

Constructors

JSONMappingParametersProperty()

Provides additional mapping information when JSON is the record format on the streaming source.

public JSONMappingParametersProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.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.Mixins.Preview.AWS.KinesisAnalytics.Mixins;

             var jSONMappingParametersProperty = new JSONMappingParametersProperty {
                 RecordRowPath = "recordRowPath"
             };

Properties

RecordRowPath

Path to the top-level parent that contains the records.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalytics-applicationreferencedatasource-jsonmappingparameters-recordrowpath

Implements

CfnApplicationReferenceDataSourcePropsMixin.IJSONMappingParametersProperty
Back to top Generated by DocFX