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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty
-
Method Summary
Modifier 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
-
getRecordRowPath
The path to the top-level parent that contains the records. -
builder
@Stability(Stable) static CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty.Builder builder()
-