Class OpenXJsonInputFormatProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.OpenXJsonInputFormatProps.Jsii$Proxy
- All Implemented Interfaces:
OpenXJsonInputFormatProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
OpenXJsonInputFormatProps
@Stability(Stable)
@Internal
public static final class OpenXJsonInputFormatProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements OpenXJsonInputFormatProps
An implementation for
OpenXJsonInputFormatProps-
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.OpenXJsonInputFormatProps
OpenXJsonInputFormatProps.Builder, OpenXJsonInputFormatProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theOpenXJsonInputFormatProps.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 booleanMaps column names to JSON keys that aren't identical to the column names.final BooleanWhen set totrue, specifies that the names of the keys include dots and that you want Firehose to replace them with underscores.final BooleanWhether the JSON keys should be lowercased when written as column names.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 theOpenXJsonInputFormatProps.Builder.
-
-
Method Details
-
getColumnToJsonKeyMappings
Description copied from interface:OpenXJsonInputFormatPropsMaps 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 namedtsDefault: JSON keys are not renamed
- Specified by:
getColumnToJsonKeyMappingsin interfaceOpenXJsonInputFormatProps
-
getConvertDotsInJsonKeysToUnderscores
Description copied from interface:OpenXJsonInputFormatPropsWhen 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.
Default: `false`
- Specified by:
getConvertDotsInJsonKeysToUnderscoresin interfaceOpenXJsonInputFormatProps
-
getLowercaseColumnNames
Description copied from interface:OpenXJsonInputFormatPropsWhether the JSON keys should be lowercased when written as column names.Default: `true`
- Specified by:
getLowercaseColumnNamesin interfaceOpenXJsonInputFormatProps
-
$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()
-