Show / Hide Table of Contents

Class CfnApplicationReferenceDataSource.JSONMappingParametersProperty

For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.

Inheritance
object
CfnApplicationReferenceDataSource.JSONMappingParametersProperty
Implements
CfnApplicationReferenceDataSource.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.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplicationReferenceDataSource.JSONMappingParametersProperty : CfnApplicationReferenceDataSource.IJSONMappingParametersProperty
Syntax (vb)
Public Class CfnApplicationReferenceDataSource.JSONMappingParametersProperty Implements CfnApplicationReferenceDataSource.IJSONMappingParametersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-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.AWS.KinesisAnalyticsV2;

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

Synopsis

Constructors

JSONMappingParametersProperty()

For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.

Properties

RecordRowPath

The path to the top-level parent that contains the records.

Constructors

JSONMappingParametersProperty()

For a SQL-based Kinesis Data Analytics application, 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-kinesisanalyticsv2-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.AWS.KinesisAnalyticsV2;

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

Properties

RecordRowPath

The 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-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-jsonmappingparameters-recordrowpath

Implements

CfnApplicationReferenceDataSource.IJSONMappingParametersProperty
Back to top Generated by DocFX