aws-cdk-lib.aws_kinesisanalyticsv2.CfnApplication.JSONMappingParametersProperty

interface JSONMappingParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalyticsV2.CfnApplication.JSONMappingParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalyticsv2#CfnApplication_JSONMappingParametersProperty
Javasoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.JSONMappingParametersProperty
Pythonaws_cdk.aws_kinesisanalyticsv2.CfnApplication.JSONMappingParametersProperty
TypeScript aws-cdk-lib » aws_kinesisanalyticsv2 » CfnApplication » JSONMappingParametersProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisanalyticsv2 as kinesisanalyticsv2 } from 'aws-cdk-lib';
const jSONMappingParametersProperty: kinesisanalyticsv2.CfnApplication.JSONMappingParametersProperty = {
  recordRowPath: 'recordRowPath',
};

Properties

NameTypeDescription
recordRowPathstringThe path to the top-level parent that contains the records.

recordRowPath

Type: string

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