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 NumberOfRetries and 60 for the BufferIntervalInSeconds. The BufferSizeInMBs ranges 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 }