Module Values_0.AwsJobPresignedUrlConfigSource

Configuration information for pre-signed URLs. Valid when protocols contains HTTP.

Sourcetype nonrec t = {
  1. expiresInSec : ExpiresInSeconds.t option;
    (*

    How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 1800 seconds. Pre-signed URLs are generated when a request for the job document is received.

    *)
}
Sourceval make : ?expiresInSec:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of ExpiresInSeconds.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