Interface CfnApplication.JSONMappingParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.JSONMappingParametersProperty.Jsii$Proxy
- Enclosing class:
CfnApplication
@Stability(Stable)
public static interface CfnApplication.JSONMappingParametersProperty
extends software.amazon.jsii.JsiiSerializable
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
A builder forCfnApplication.JSONMappingParametersProperty
static final class
An implementation forCfnApplication.JSONMappingParametersProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Path to the top-level parent that contains the records.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRecordRowPath
Path to the top-level parent that contains the records. -
builder
-