Module Values.ManagedS3BackupAccessSource

The configuration for managed Amazon S3 backup access from the ODB network.

Sourcetype nonrec t = {
  1. status : ManagedResourceStatus.t option;
    (*

    The status of the managed Amazon S3 backup access.

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

    The IPv4 addresses for the managed Amazon S3 backup access.

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