@Stability(value=Stable) @Internal public static final class CfnDeliveryStream.OpenXJsonSerDeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.OpenXJsonSerDeProperty
CfnDeliveryStream.OpenXJsonSerDePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDeliveryStream.OpenXJsonSerDeProperty.Builder, CfnDeliveryStream.OpenXJsonSerDeProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDeliveryStream.OpenXJsonSerDeProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCaseInsensitive()
When set to `true` , which is the default, Kinesis Data Firehose converts JSON keys to lowercase before deserializing them.
|
Object |
getColumnToJsonKeyMappings()
Maps column names to JSON keys that aren't identical to the column names.
|
Object |
getConvertDotsInJsonKeysToUnderscores()
When set to `true` , specifies that the names of the keys include dots and that you want Kinesis Data Firehose to replace them with underscores.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDeliveryStream.OpenXJsonSerDeProperty.Builder builder)
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.Builder.public final Object getCaseInsensitive()
CfnDeliveryStream.OpenXJsonSerDePropertygetCaseInsensitive in interface CfnDeliveryStream.OpenXJsonSerDePropertypublic final Object getColumnToJsonKeyMappings()
CfnDeliveryStream.OpenXJsonSerDeProperty
This is useful when the JSON contains keys that are Hive keywords. For example, timestamp is a Hive keyword. If you have a JSON key named timestamp , set this parameter to {"ts": "timestamp"} to map this key to a column named ts .
getColumnToJsonKeyMappings in interface CfnDeliveryStream.OpenXJsonSerDePropertypublic final Object getConvertDotsInJsonKeysToUnderscores()
CfnDeliveryStream.OpenXJsonSerDePropertyThis is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option.
The default is false .
getConvertDotsInJsonKeysToUnderscores in interface CfnDeliveryStream.OpenXJsonSerDeProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.