Class CfnDeliveryStream.OpenXJsonSerDeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.OpenXJsonSerDeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.OpenXJsonSerDeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.OpenXJsonSerDeProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.OpenXJsonSerDeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.OpenXJsonSerDeProperty
An implementation for
CfnDeliveryStream.OpenXJsonSerDeProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.OpenXJsonSerDeProperty
CfnDeliveryStream.OpenXJsonSerDeProperty.Builder, CfnDeliveryStream.OpenXJsonSerDeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.OpenXJsonSerDeProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
When set totrue
, which is the default, Firehose converts JSON keys to lowercase before deserializing them.final Object
Maps column names to JSON keys that aren't identical to the column names.final Object
When set totrue
, specifies that the names of the keys include dots and that you want Firehose to replace them with underscores.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.OpenXJsonSerDeProperty.Builder
.
-
-
Method Details
-
getCaseInsensitive
Description copied from interface:CfnDeliveryStream.OpenXJsonSerDeProperty
When set totrue
, which is the default, Firehose converts JSON keys to lowercase before deserializing them.- Specified by:
getCaseInsensitive
in interfaceCfnDeliveryStream.OpenXJsonSerDeProperty
- See Also:
-
getColumnToJsonKeyMappings
Description copied from interface:CfnDeliveryStream.OpenXJsonSerDeProperty
Maps column names to JSON keys that aren't identical to the column names.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 namedtimestamp
, set this parameter to{"ts": "timestamp"}
to map this key to a column namedts
.- Specified by:
getColumnToJsonKeyMappings
in interfaceCfnDeliveryStream.OpenXJsonSerDeProperty
- See Also:
-
getConvertDotsInJsonKeysToUnderscores
Description copied from interface:CfnDeliveryStream.OpenXJsonSerDeProperty
When set totrue
, specifies that the names of the keys include dots and that you want Firehose to replace them with underscores.This 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
.- Specified by:
getConvertDotsInJsonKeysToUnderscores
in interfaceCfnDeliveryStream.OpenXJsonSerDeProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-