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
  • Constructor Details

  • Method Details

    • getCaseInsensitive

      public final Object getCaseInsensitive()
      Description copied from interface: CfnDeliveryStream.OpenXJsonSerDeProperty
      When set to true , which is the default, Kinesis Data Firehose converts JSON keys to lowercase before deserializing them.
      Specified by:
      getCaseInsensitive in interface CfnDeliveryStream.OpenXJsonSerDeProperty
    • getColumnToJsonKeyMappings

      public final Object 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 named timestamp , set this parameter to {"ts": "timestamp"} to map this key to a column named ts .

      Specified by:
      getColumnToJsonKeyMappings in interface CfnDeliveryStream.OpenXJsonSerDeProperty
    • getConvertDotsInJsonKeysToUnderscores

      public final Object getConvertDotsInJsonKeysToUnderscores()
      Description copied from interface: CfnDeliveryStream.OpenXJsonSerDeProperty
      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.

      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 interface CfnDeliveryStream.OpenXJsonSerDeProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object