Module Values.ReplicationTimeValueSource

A container that specifies the time value for S3 Replication Time Control (S3 RTC). This value is also used for the replication metrics EventThreshold element. This is not supported by Amazon S3 on Outposts buckets.

Sourcetype nonrec t = {
  1. minutes : Minutes.t option;
    (*

    Contains an integer that specifies the time period in minutes. Valid value: 15

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