Interface CfnApplicationReferenceDataSource.JSONMappingParametersProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnApplicationReferenceDataSource.JSONMappingParametersProperty.Jsii$Proxy
- Enclosing class:
- CfnApplicationReferenceDataSource
@Stability(Stable)
public static interface CfnApplicationReferenceDataSource.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.kinesisanalyticsv2.*;
 JSONMappingParametersProperty jSONMappingParametersProperty = JSONMappingParametersProperty.builder()
         .recordRowPath("recordRowPath")
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationReferenceDataSource.JSONMappingParametersProperty
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()The path to the top-level parent that contains the records.Methods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getRecordRowPathThe path to the top-level parent that contains the records.
- 
builder@Stability(Stable) static CfnApplicationReferenceDataSource.JSONMappingParametersProperty.Builder builder()
 
-