@Stability(value=Stable)
public static interface CfnApplicationReferenceDataSource.JSONMappingParametersProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationReferenceDataSource.JSONMappingParametersProperty.Builder
|
static class |
CfnApplicationReferenceDataSource.JSONMappingParametersProperty.Jsii$Proxy
An implementation for
CfnApplicationReferenceDataSource.JSONMappingParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationReferenceDataSource.JSONMappingParametersProperty.Builder |
builder() |
String |
getRecordRowPath()
The path to the top-level parent that contains the records.
|
@Stability(value=Stable) @NotNull String getRecordRowPath()
@Stability(value=Stable) static CfnApplicationReferenceDataSource.JSONMappingParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.