public static interface CfnApplicationReferenceDataSourceV2.MappingParametersProperty
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.*; MappingParametersProperty mappingParametersProperty = MappingParametersProperty.builder() .csvMappingParameters(CSVMappingParametersProperty.builder() .recordColumnDelimiter("recordColumnDelimiter") .recordRowDelimiter("recordRowDelimiter") .build()) .jsonMappingParameters(JSONMappingParametersProperty.builder() .recordRowPath("recordRowPath") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationReferenceDataSourceV2.MappingParametersProperty.Builder
|
static class |
CfnApplicationReferenceDataSourceV2.MappingParametersProperty.Jsii$Proxy
An implementation for
CfnApplicationReferenceDataSourceV2.MappingParametersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationReferenceDataSourceV2.MappingParametersProperty.Builder |
builder() |
default java.lang.Object |
getCsvMappingParameters()
Provides additional mapping information when the record format uses delimiters (for example, CSV).
|
default java.lang.Object |
getJsonMappingParameters()
Provides additional mapping information when JSON is the record format on the streaming source.
|
default java.lang.Object getCsvMappingParameters()
default java.lang.Object getJsonMappingParameters()