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
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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnApplicationReferenceDataSource.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.- See Also:
-
builder
@Stability(Stable) static CfnApplicationReferenceDataSource.JSONMappingParametersProperty.Builder builder()
-