public static interface CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty.Builder
|
static class |
CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty.Jsii$Proxy
An implementation for
CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty.Builder |
builder() |
java.lang.String |
getRecordRowPath()
The path to the top-level parent that contains the records.
|