RedshiftRetryOptions
public struct RedshiftRetryOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The length of time during which Kinesis Data Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Kinesis Data Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.
Declaration
Swift
public let durationInSeconds: Int?
-
Undocumented
Declaration
Swift
public init(durationInSeconds: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws