HiveJsonSerDe
public struct HiveJsonSerDe : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let timestampFormats: [String]?
-
Undocumented
Declaration
Swift
public init(timestampFormats: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws