aws-cdk-lib.aws_kinesisanalytics.CfnApplicationReferenceDataSource.JSONMappingParametersProperty

interface JSONMappingParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalytics.CfnApplicationReferenceDataSource.JSONMappingParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalytics#CfnApplicationReferenceDataSource_JSONMappingParametersProperty
Javasoftware.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSource.JSONMappingParametersProperty
Pythonaws_cdk.aws_kinesisanalytics.CfnApplicationReferenceDataSource.JSONMappingParametersProperty
TypeScript aws-cdk-lib » aws_kinesisanalytics » CfnApplicationReferenceDataSource » JSONMappingParametersProperty

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_kinesisanalytics as kinesisanalytics } from 'aws-cdk-lib';
const jSONMappingParametersProperty: kinesisanalytics.CfnApplicationReferenceDataSource.JSONMappingParametersProperty = {
  recordRowPath: 'recordRowPath',
};

Properties

NameTypeDescription
recordRowPathstringPath to the top-level parent that contains the records.

recordRowPath

Type: string

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