Module Values.DisableDefaultKeyReplicationRegionsInputSource

Input parameters for disabling default key replication regions for the account.

Sourcetype nonrec t = {
  1. replicationRegions : Regions.t;
    (*

    The list of Amazon Web Services Regions to remove from the account's default replication regions. New keys created after this operation will not automatically be replicated to these regions, though existing keys with replication to these regions will be unaffected.

    *)
}
Sourceval context_ : string
Sourceval make : replicationRegions:Regions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Region.t ] 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