HttpEndpointRetryOptions

public struct HttpEndpointRetryOptions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn’t include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.

    Declaration

    Swift

    public let durationInSeconds: Int?
  • Undocumented

    Declaration

    Swift

    public init(durationInSeconds: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws