SourceSchema
public struct SourceSchema : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of RecordColumn objects.
Declaration
Swift
public let recordColumns: [RecordColumn]
-
Specifies the encoding of the records in the streaming source. For example, UTF-8.
Declaration
Swift
public let recordEncoding: String?
-
Specifies the format of the records on the streaming source.
Declaration
Swift
public let recordFormat: RecordFormat
-
Undocumented
Declaration
Swift
public init(recordColumns: [RecordColumn], recordEncoding: String? = nil, recordFormat: RecordFormat)
-
Declaration
Swift
public func validate(name: String) throws