Module Values.RedshiftRetryOptionsSource

Configures retry behavior in case Firehose is unable to deliver documents to Amazon Redshift.

Sourcetype nonrec t = {
  1. durationInSeconds : RedshiftRetryDurationInSeconds.t option;
    (*

    The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.

    *)
}
Sourceval make : ?durationInSeconds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RedshiftRetryDurationInSeconds.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t