RecordFormat
public struct RecordFormat : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
Declaration
Swift
public let mappingParameters: MappingParameters?
-
The type of record format.
Declaration
Swift
public let recordFormatType: RecordFormatType
-
Undocumented
Declaration
Swift
public init(mappingParameters: MappingParameters? = nil, recordFormatType: RecordFormatType)
-
Declaration
Swift
public func validate(name: String) throws