AWSFirehoseProcessorParameter
Objective-C
@interface AWSFirehoseProcessorParameter
Swift
class AWSFirehoseProcessorParameter
Describes the processor parameter.
Required parameters: [ParameterName, ParameterValue]
-
The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetriesand 60 for theBufferIntervalInSeconds. TheBufferSizeInMBsranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.Declaration
Objective-C
@property (nonatomic) AWSFirehoseProcessorParameterName parameterName;Swift
var parameterName: AWSFirehoseProcessorParameterName { get set } -
The parameter value.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable parameterValue;Swift
var parameterValue: String? { get set }
View on GitHub
Install in Dash
AWSFirehoseProcessorParameter Class Reference