InputSchemaUpdate
public struct InputSchemaUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
Declaration
Swift
public let recordColumnUpdates: [RecordColumn]?
-
Specifies the encoding of the records in the streaming source. For example, UTF-8.
Declaration
Swift
public let recordEncodingUpdate: String?
-
Specifies the format of the records on the streaming source.
Declaration
Swift
public let recordFormatUpdate: RecordFormat?
-
Undocumented
Declaration
Swift
public init(recordColumnUpdates: [RecordColumn]? = nil, recordEncodingUpdate: String? = nil, recordFormatUpdate: RecordFormat? = nil)
-
Declaration
Swift
public func validate(name: String) throws