Module Values.ProvisionedThroughputOverrideSource

Replica-specific provisioned throughput settings. If not specified, uses the source table's provisioned throughput settings.

Sourcetype nonrec t = {
  1. readCapacityUnits : PositiveLongObject.t option;
    (*

    Replica-specific read capacity units. If not specified, uses the source table's read capacity settings.

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