AWSFirehoseRetryOptions

Objective-C

@interface AWSFirehoseRetryOptions

Swift

class AWSFirehoseRetryOptions

The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.

  • The period of time during which Firehose retries to deliver data to the specified Amazon S3 prefix.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable durationInSeconds;

    Swift

    var durationInSeconds: NSNumber? { get set }