AWSFirehoseInputFormatConfiguration
Objective-C
@interface AWSFirehoseInputFormatConfiguration
Swift
class AWSFirehoseInputFormatConfiguration
Specifies the deserializer you want to use to convert the format of the input data. This parameter is required if Enabled is set to true.
-
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseDeserializer *_Nullable deserializer;Swift
var deserializer: AWSFirehoseDeserializer? { get set }
View on GitHub
Install in Dash
AWSFirehoseInputFormatConfiguration Class Reference