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

.NET
Go
Java
Python
TypeScript