ElasticsearchRetryOptions
public struct ElasticsearchRetryOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
Declaration
Swift
public let durationInSeconds: Int?
-
Undocumented
Declaration
Swift
public init(durationInSeconds: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws