Interface CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty.Jsii$Proxy
Enclosing class:
CfnApplicationReferenceDataSourceV2

@Stability(Stable) public static interface CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.kinesisanalytics.*;
 JSONMappingParametersProperty jSONMappingParametersProperty = JSONMappingParametersProperty.builder()
         .recordRowPath("recordRowPath")
         .build();
 

See Also: