interface JSONMappingParametersProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2.CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awskinesisanalyticsv2#CfnApplicationReferenceDataSourcePropsMixin_JSONMappingParametersProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty |
Python | aws_cdk.cfn_property_mixins.aws_kinesisanalyticsv2.CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_kinesisanalyticsv2 » CfnApplicationReferenceDataSourcePropsMixin » 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/cfn-property-mixins';
const jSONMappingParametersProperty: kinesisanalyticsv2.CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty = {
recordRowPath: 'recordRowPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| record | string | The path to the top-level parent that contains the records. |
recordRowPath?
Type:
string
(optional)
The path to the top-level parent that contains the records.

.NET
Go
Java
Python
TypeScript