Class CfnDeliveryStream.HiveJsonSerDeProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.HiveJsonSerDeProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDeliveryStream.HiveJsonSerDeProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDeliveryStream.HiveJsonSerDeProperty

@Stability(Stable) @Internal public static final class CfnDeliveryStream.HiveJsonSerDeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.HiveJsonSerDeProperty
  • Constructor Details

  • Method Details

    • getTimestampFormats

      public final List<String> getTimestampFormats()
      Description copied from interface: CfnDeliveryStream.HiveJsonSerDeProperty
      Indicates how you want Kinesis Data Firehose to parse the date and timestamps that may be present in your input data JSON.

      To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat . You can also use the special value millis to parse timestamps in epoch milliseconds. If you don't specify a format, Kinesis Data Firehose uses java.sql.Timestamp::valueOf by default.

      Specified by:
      getTimestampFormats in interface CfnDeliveryStream.HiveJsonSerDeProperty
    • $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