Module Values.ReplicaSettingsUpdateSource

Represents the settings for a global table in a Region that will be modified.

Sourcetype nonrec t = {
  1. regionName : RegionName.t;
    (*

    The Region of the replica to be added.

    *)
  2. replicaProvisionedReadCapacityUnits : PositiveLongObject.t option;
    (*

    The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

    *)
  3. replicaProvisionedReadCapacityAutoScalingSettingsUpdate : AutoScalingSettingsUpdate.t option;
    (*

    Auto scaling settings for managing a global table replica's read capacity units.

    *)
  4. replicaGlobalSecondaryIndexSettingsUpdate : ReplicaGlobalSecondaryIndexSettingsUpdateList.t option;
    (*

    Represents the settings of a global secondary index for a global table that will be modified.

    *)
  5. replicaTableClass : TableClass.t option;
    (*

    Replica-specific table class. If not specified, uses the source table's table class.

    *)
}
Sourceval context_ : string
Sourceval make : ?replicaProvisionedReadCapacityUnits:??? -> ?replicaProvisionedReadCapacityAutoScalingSettingsUpdate:??? -> ?replicaGlobalSecondaryIndexSettingsUpdate:??? -> ?replicaTableClass:??? -> regionName:RegionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Long of PositiveLongObject.t | `String of IndexName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Long of PositiveLongObject.t | `String of AutoScalingRoleArn.t | `Structure of (string * [> `String of AutoScalingPolicyName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Double of DoubleObject.t | `Integer of IntegerObject.t ]) list ]) list ]) list ]) list ] list | `Long of PositiveLongObject.t | `String of RegionName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Long of PositiveLongObject.t | `String of AutoScalingRoleArn.t | `Structure of (string * [> `String of AutoScalingPolicyName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Double of DoubleObject.t | `Integer of IntegerObject.t ]) list ]) list ]) list ]) 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