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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.OpenXJsonSerDeProperty
CfnDeliveryStream.OpenXJsonSerDeProperty.Builder, CfnDeliveryStream.OpenXJsonSerDeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.OpenXJsonSerDeProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectWhen set totrue, which is the default, Firehose converts JSON keys to lowercase before deserializing them.final ObjectMaps column names to JSON keys that aren't identical to the column names.final ObjectWhen set totrue, specifies that the names of the keys include dots and that you want Firehose to replace them with underscores.final inthashCode()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.OpenXJsonSerDePropertyWhen set totrue, which is the default, Firehose converts JSON keys to lowercase before deserializing them.Returns union: either
BooleanorIResolvable- Specified by:
getCaseInsensitivein interfaceCfnDeliveryStream.OpenXJsonSerDeProperty- See Also:
-
getColumnToJsonKeyMappings
Description copied from interface:CfnDeliveryStream.OpenXJsonSerDePropertyMaps 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,
timestampis a Hive keyword. If you have a JSON key namedtimestamp, set this parameter to{"ts": "timestamp"}to map this key to a column namedts.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getColumnToJsonKeyMappingsin interfaceCfnDeliveryStream.OpenXJsonSerDeProperty- See Also:
-
getConvertDotsInJsonKeysToUnderscores
Description copied from interface:CfnDeliveryStream.OpenXJsonSerDePropertyWhen 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.Returns union: either
BooleanorIResolvable- Specified by:
getConvertDotsInJsonKeysToUnderscoresin interfaceCfnDeliveryStream.OpenXJsonSerDeProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-