Module Values.EnableDefaultKeyReplicationRegionsInputSource

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

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

    The list of Amazon Web Services Regions to enable as default replication regions for the Amazon Web Services account for Multi-Region key replication. New keys created in this account will automatically be replicated to these regions unless explicitly overridden during key creation.

    *)
}
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