Module Values.CrossRegionS3RestoreSourcesAccessSource

The configuration access for the cross-Region Amazon S3 database restore source for the ODB network.

Sourcetype nonrec t = {
  1. region : String_.t option;
    (*

    The Amazon Web Services Region for cross-Region Amazon S3 restore access.

    *)
  2. ipv4Addresses : StringList.t option;
    (*

    The IPv4 addresses allowed for cross-Region Amazon S3 restore access.

    *)
  3. status : ManagedResourceStatus.t option;
    (*

    The current status of the cross-Region Amazon S3 restore access configuration.

    *)
}
Sourceval make : ?region:??? -> ?ipv4Addresses:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of String_.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